Re: Error 404 when obtaining the Posts List of a Blog
Adam Brengesjö <[email protected]> Mon, 26 Feb 2018 06:56:37 -0800 (PST)
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
+1 bumping this thread because I have the exact same issues.
On Thursday, February 1, 2018 at 7:21:33 PM UTC+1, 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.