Oauth 2.0 to Google
I need to use Oauth 2.0 to authenticate using google to an App Engine app. I could accomplish this using the limited input device api documented here https://developers.google.com/accounts/docs/OAuth2ForDevices . However I'm hoping there is a better way and I've just stumbled onto the wrong answer. Any input would be appreciated.
Please sign in to leave a comment.
Do you mean that you use AppEngine in a Java project and wants to use Oauth 2.0 for 'Upload AppEngine Application' action? If so we already have a
feature request about that (http://youtrack.jetbrains.com/issue/IDEA-119102).
--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"
No I need my plugin to be able to authenticate to google so that it can talk to our Appengine web application to recieve data.