christophd opened a new pull request, #11464: URL: https://github.com/apache/camel/pull/11464
Stream component was using 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. Instead of using this default scope in 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org