Hi All,
I am trying to access google api to schdeule google meet .
Was trying to access those in outsystems but getting below error :
"Request had insufficient authentication scopes" when trying to run it using access token.
Can anyone help me with this?
Hello @Nidhi Sardeshpande ,
Have you checked the google api configuration on the account that you are using? You need to add the scopes that you need for what you're trying to use. Check this article:
1) https://developers.google.com/identity/protocols/oauth2/scopes
Hi @Diogo Pacheco
Thanks for your responce.
Yes I have given all the scopes related to calendar but still it is giving me the same error.
Thanks.