Hello Noam,
On Monday, July 1, 2013 8:37:30 PM UTC-5, Noam A wrote: > > I am trying to use the google oauth2 apis to ask to obtain the user > permission and security token. However my googlefu is failing me, I can’t > seem to find any good google oauth2 samples for redirecting the browser to > ask permission > The documentation for Google OAuth is here: https://developers.google.com/accounts/docs/OAuth2WebServer If you want example code, here is an example application that uses OAuth to authorize access to a user's Google account and access their Drive: https://developers.google.com/drive/examples/java#authorization (that's for Java, here is a Python example: https://developers.google.com/drive/examples/python#authorization ). On Monday, July 1, 2013 8:37:30 PM UTC-5, Noam A wrote: > > Also when I looked at the API services I see 64 different services but > none of them seem to be gmail. > > > You can't access Gmail through a web API. You have to connect using IMAP or POP3 protocols. Alternately, you can try using Google Apps Scripts ( https://developers.google.com/apps-script/reference/gmail/ ) to access and manage a Gmail account. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.