Generating valid oauth token and secret for gmail

2020-04-10 07:02发布

I have been searching everywhere for a Java port of xoauth.py. As I really want to use the same authentication process in my java web app.

I have tried using the GoogleOAuthHelper to generate the token and secret but when I plugin them in to the google mail java sample, I get errors back saying invalid credentials.

If anyone can help I would be very appreciative. I have been stuck on this for sooo long now.

1条回答
Ridiculous、
2楼-- · 2020-04-10 07:47

Have you tried the links on this page https://developers.google.com/google-apps/gmail/oauth_libraries

and https://developers.google.com/google-apps/gmail/#oauth_access_to_imap_and_smtp

This is assuming that the service you want to access is gmail (since you tagged your question gmail). If you're looking to use a different service, (say Drive) then your starting point is the api console at https://code.google.com/apis/console

查看更多
登录 后发表回答