I want my application to access the google APIS - that is, Google Drive. ( https://developers.google.com/accounts/docs/OAuth2)
The Google Drive access is the one associated with my Google domain (setup by the console: https://code.google.com/apis/console#access ) That is, I am NOT wanting access to the user's account that is using my GAE application. However, it seems to me that in order to use the Google API's, one must use OAUTH, which forces the end user to log in and consent. Since the end user isn't the account that I'm trying to access, this solution won't work. (All OAUTH protocols seems to require this log in and consent). The only way I can see around this problem is to do a login to the GAE account once and get a refresh token, and then use the refresh token each time my application needs access to Google-Drive. Is this the correct way to handle this? Will the refresh token ever expire? Thanks to you experts in advance on how to handle this, Randy -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/cYz7QGj8NwoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
