Error 404 when obtaining the Posts List of a Blog
Manuel Montesino NegrÃn <[email protected]> Thu, 1 Feb 2018 10:04:12 -0800 (PST)
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
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.