我在尝试使用范围电子邮件时尝试过这个电话,但它确实有用 curl -d" client_id = xxxxxxxxxxxxx.apps.googleusercontent.com& scope = email" https://accounts.google.com/o/outh2/device/code
挑战是当我尝试使用不同的范围进行呼叫时 gmail.modify我收到一个错误。呼叫和相应的错误如下 curl -d" client_id = xxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com& scope = https://www.googleapis.com/auth/gmail.modify" https://accounts.google.com/o/oauth2/device/code
{ "错误" :" invalid_scope", " ERROR_DESCRIPTION" :"某些请求的范围无效。 {无效= [ghttps://www.googleapis.com/auth/gmail.modify]}&#34 ;, " error_uri" :" http://code.google.com/apis/accounts/docs/OAuth2.html" }
任何人都可以帮助我,我需要授权我的应用程序代表用户发送电子邮件。