Re: Error 404 when obtaining the Posts List of a Blog
Carlos Ferreira <[email protected]> Wed, 28 Feb 2018 02:16:15 -0800 (PST)
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
If it's a private blog you won't be able to see the info.
Try with your blog, first and let us know if it works.
On Thursday, 1 February 2018 18:21:33 UTC, Manuel Montesino NegrÃn wrote:
>
> Hello everyone :)
>
> If I make the following request:
>
> https://www.googleapis.com/blogger/v3/blogs/XXXXXXXXX?key=XXXXXXXXX
>
> It returns all the information of the blog correctly:
> {
> "kind": "blogger # blog",
> "id": "XXXXXXX",
> "name": "XXXXXXX",
> "description": "",
> "published": "2009-11-13T16: 25: 44-08: 00",
> "updated": "2018-01-27T03: 29: 29-08: 00",
> "url": "http://XXXXXXX.com/",
> "selfLink": "https://www.googleapis.com/blogger/v3/blogs/XXXXXXX",
> "posts": {
> "totalItems": 251,
> "selfLink": "
> https://www.googleapis.com/blogger/v3/blogs/XXXXXXX/posts"
> },
> "pages": {
> "totalItems": 0,
> "selfLink": "
> https://www.googleapis.com/blogger/v3/blogs/XXXXXXX/pages"
> },
> "locale": {
> "language": "in",
> "country": "",
> "variant": ""
> }
> }
>
> However, if I make the following request:
> https://www.googleapis.com/blogger/v3/blogs/XXXXXXX/posts?key=XXXXXXX
>
> This error is returned to me:
> {
> "error": {
> "errors": [
> {
> "domain": "global",
> "reason": "notFound",
> "message": "Not Found"
> }
> ],
> "code": 404,
> "message": "Not Found"
> }
>
> Can you help me solve this problem?
>
> Thanks in advance
>
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.