I'm playing with a Java web application running on the Google App Engine that needs to access a Google Drive Spreadsheet. It's a legacy app that stopped working with the final deprecation of oauth 1.
Reading up, I think service accounts would suit me well. Doco says: "If your application runs on Google App Engine, a service account is set up automatically when you create your project." *That seems correct, as I can see the service account in https://appengine.google.com * What is not clear is where to access the credentials and client id for this automatically created service account? -- 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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3194b6b6-0bdb-41dc-9732-dffb21dafffa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
