admin管理员组

文章数量:1405101

I recently watched a YouTube video where he built a SaaS project. The instructor built an email client SaaS project, and you have to set up an Aurinko account. I was following and building the same project but after where you have to link your Aurinko to your email account to have access to your emails I kept getting this

I have created a workspace account and added Aurinko as per the instructions on pages Aurinko Google whitelist. I have set up the OAuth client ID and added it to the Aurinko app account, following the instructions on this page Google OAuth Client setup. I am still receiving the same error. I am including the Aurinko logs for further information.

ProviderError(forbidden,Forbidden,Some({"error":{"code":403,"message":"Request had insufficient authentication scopes.","errors":[{"message":"Insufficient Permission","domain":"global","reason":"insufficientPermissions"}],"status":"PERMISSION_DENIED","details":[{"@type":"type.googleapis/google.rpc.ErrorInfo","reason":"ACCESS_TOKEN_SCOPE_INSUFFICIENT","domain":"googleapis","metadata":{"service":"gmail.googleapis","method":"caribou.api.proto.MailboxService.GetProfile"}}]}}),Some(403),None)

Please help how can I get rid this of error

本文标签: typescriptHow to setup Aurinko api for google email APIStack Overflow