It would help if you could post the exact code which is making the call as well as the exact JSON response your receive. This also seems like a good question to post to Stack Overflow <http://stackoverflow.com/>, as it will have greater visibility. Check out our community support page <https://support.google.com/cloud/answer/3466163?hl=en> for the list of tags we monitor.
On Friday, April 22, 2016 at 6:55:45 PM UTC-4, Fourat Janabi wrote: > > > I have a GAE instance using Python 2.7.11. In it, I make several calls to > Google's Book API, and only ever for public data. The two APIs I use are > the book search and retrieve a specific volume. I neither want, nor ever > plan on getting private information on these calls. When I deployed my app > locally, the APIs always respond with the data I'm looking for. I love > them. When I deploy my app, I get a '403 forbidden' error. Nothing I have > tried seems to work. After several hours of research, the narrowest I can > get it down to is that I need an OAuth2 token, which is used to request > private user data, to request public book data. Why is this? My app will > never request nor needs access to user data. Can anyone help with this? > Thank you. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/70e187d9-f226-409c-9671-a88c0da39c16%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
