Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
-
None
-
Unknown
Description
The Google Sheets Stream component uses a default scope https://www.googleapis.com/auth/spreadsheets when connecting.
Apparently the scope alone is not sufficient to perform proper OAuth authentication and some more scopes are required. This results in authentication errors when trying to connect to GCP.
Instead of using this default scope in google-sheets-streams component do not specify any scope at all (same as google-sheets component is doing) in order to fix authentication.
In case users need to manage scopes while connecting all required scopes need to be given then.