Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
The R8 build does include these files in our jar and they are not used/needed. I'll amend our build to avoid including them and merge it to the release branches.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
I created a google workspaces account todo some testing for my organisation, however when i execute an API request, i am getting an error because its thinks i dont have an account. Under configuration i see this error: Google Chat API is only available to Google Workspace users
this is the failure i receive from the script i created:
Status Code: 404 Response Content: b'{\n "error": {\n "code": 404,\n "message": "Google Chat app not found. To create a Chat app, you must turn on the Chat API and configure the app in the Google Cloud console.",\n "status": "NOT_FOUND",\n "details": [\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "To turn on the Google Chat API, go to the Google Chat API page in the Google Cloud console and click Enable.",\n "url": "https://console.cloud.google.com/marketplace/product/google/chat.googleapis.com"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "To configure your Chat app, go to the Google Chat API Configuration tab in the Google Cloud console.",\n "url": "https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat"\n }\n ]\n },\n {\n "@type": "type.googleapis.com/google.rpc.Help",\n "links": [\n {\n "description": "To learn about creating Google Chat apps, visit the documentation.",\n "url": "https://developers.google.com/chat"\n }\n ]\n }\n ]\n }\n}\n' Error: Received status code 404
Impact