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
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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: