Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blogger API missing content data

Tags:

json

http

blogger

I'm currently having a major issue with the Blogger API v3.

I call for a list of blog posts like this:

https://www.googleapis.com/blogger/v3/blogs/{blogid}/posts

The post content data, which should be part of the resultset is missing for some reason. All other data is there.

Is there anything on my side that could be causing this, or is this a bug on the Blogger API?

like image 649
Wallace Banter Avatar asked Jan 27 '26 03:01

Wallace Banter


1 Answers

From https://groups.google.com/forum/#!topic/bloggerdev/Qxs2APElly0:

The fetchBodies parameter now defaults to false for some reason. Explicitly setting it to true fixes the issue.

Here's hoping they reverse the behaviour soon.

I've confirmed that using this URL instead does return content body as it did before:

https://www.googleapis.com/blogger/v3/blogs/{blogid}/posts?fetchBodies=true

Google has also confirmed that a proper fix is coming soon: https://groups.google.com/d/msg/bloggerdev/hHrlcdoU0w8/znGKqSjLkRMJ

like image 191
adam.wulf Avatar answered Jan 29 '26 14:01

adam.wulf



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!