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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/2959a097-fdf5-4d13-89ba-9fcfc61e7947%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to