You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API is called without service account credentials. Instructions on how to set this up can be found at https://developers.google.com/hangouts/chat/how-tos/service-accounts
#249
Created OAuth2 Credentials and API KEY for Google Chat API
Got the authorizationURL and redirected it and code authroizationCode
Got accessToken using the above code
Getting 403 - FORBIDDEN
Same issue with Service Account As well
Here are the scopes
private static final String[] SCOPES = {"https://www.googleapis.com/auth/chat.spaces", "https://www.googleapis.com/auth/chat.messages", "https://www.googleapis.com/auth/chat.messages.create"};
The text was updated successfully, but these errors were encountered: