Gmail Api return Unauthorized client or scope in request

前端 未结 1 1266
抹茶落季
抹茶落季 2021-01-29 03:49

I have struggled to make this work but did half the job.

Actually I can only read messages from Gmail API, If I try to use the gmail.modify Scope I get an error:

相关标签:
1条回答
  • 2021-01-29 04:16

    Based from this documentation, you need to use the client ID from your "Developers Console" as the Client Name in the "Manage API client access" when you're setting your API scopes. Google API does not work as expected with your personal account @gmail.com. You should have organization domain account in Google in format you@your_organisation_domain.

    Check these threads:

    • Google API Python unauthorized_client: Unauthorized client or scope in request
    • Google API OAuth2, Service Account, "error" : "invalid_grant"
    0 讨论(0)
提交回复
热议问题