Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot retrieve previous page token for Blogger v3 API #1327

Closed
benjaminsampica opened this issue Jan 16, 2019 · 3 comments
Closed

Cannot retrieve previous page token for Blogger v3 API #1327

benjaminsampica opened this issue Jan 16, 2019 · 3 comments
Assignees

Comments

@benjaminsampica
Copy link

I'm trying to make a simple API request using Google's Blogger API. Specifically, I'd like to get a list of posts for my blog and display 3 results at a time, allowing for paging forwards AND backwards. Seems like the "previousPageToken" is missing.

See more on my question on StackOverflow.

https://stackoverflow.com/questions/54163493/cannot-retrieve-previous-page-token-for-blogger-v3-api

@jskeet
Copy link
Collaborator

jskeet commented Jan 16, 2019

It looks like this is an issue with the API itself rather than with the client library, which unfortunately means the maintainers of this github repo are unlikely to be able to help. I've reproduced the problem in the API explorer - although interestingly, the v2 API did give me a prevPageToken value.

I would suggest asking on the Blogger help forum as that's where the Blogger team is more likely to be reading. I'll close this issue for now, but if you have trouble getting any response there as well, add a comment here and I can try to find someone internally.

@jskeet jskeet closed this as completed Jan 16, 2019
@jskeet
Copy link
Collaborator

jskeet commented Jan 16, 2019

Actually, looking at the API reference documentation it looks like prevPageToken is not present in the 3.0 API at all. It looks like this is an issue with the documentation you were following - I'll raise a bug internally for this.

@benjaminsampica
Copy link
Author

benjaminsampica commented Jan 16, 2019

Thank you John. I wasn't sure which was correct (the example documentation or the API reference documentation) but found it odd they would remove the token (which is present in their other APIs I've used) so assumed the example documentation was correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants