Google Contacts read only (OAuth 2.0)

后端 未结 2 359
半阙折子戏
半阙折子戏 2021-01-12 19:43

We\'re using OAuth 2.0 to access Gmail Contacts. Do you know if it is possible to request access (scope) in such a way that the authorization pop-up indicates that we need r

相关标签:
2条回答
  • 2021-01-12 20:29

    Yes, there is, just use https://www.googleapis.com/auth/contacts.readonly as the scope and it will say "View your contacts".

    Hope that helps!

    0 讨论(0)
  • 2021-01-12 20:37

    For contacts, the lowest granularity of scope that google has is read/write. Read only access is not available.

    0 讨论(0)
提交回复
热议问题