What happened:
CraftBot receives an API error when attempting to make comments on a file in Google drive
What I expected:
CraftBot should be able to make comments on files and folders in Google drive with no issues
Steps to reproduce:
- Open CraftBot and connect to Google drive integration
- Ask CraftBot to comment on a file or folder
Environment: (browser, OS, server, version/commit)
Browser: Microsoft Edge
OS: Windows 11
Branch: improvement/integration-action-expansion (PR #271)
Logs / screenshots:
{ "error": { "code": 403, "message": "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.", "errors": [ { "message": "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.", "domain": "global", "reason": "forbidden" } ], "status": "PERMISSION_DENIED" } }
What happened:
CraftBot receives an API error when attempting to make comments on a file in Google drive
What I expected:
CraftBot should be able to make comments on files and folders in Google drive with no issues
Steps to reproduce:
Environment: (browser, OS, server, version/commit)
Browser: Microsoft Edge
OS: Windows 11
Branch: improvement/integration-action-expansion (PR #271)
Logs / screenshots:
{ "error": { "code": 403, "message": "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.", "errors": [ { "message": "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.", "domain": "global", "reason": "forbidden" } ], "status": "PERMISSION_DENIED" } }