Re: Google Service account for google-drive component

2018-03-05 Thread Guillermo Castro
The Google drive camel component uses OAuth 2.0 for validating API calls. You need a OAuth token. The IAM service account key is something different. You can create OAuth client credentials here: https://console.developers.google.com/apis/credentials On Fri, Mar 2, 2018 at 1:15 PM, Shultz, Dmitry

Google Service account for google-drive component

2018-03-02 Thread Shultz, Dmitry
Hi All, There is a backend service riding Camel that supposed to upload files to the Google Drive. All data is generated by the service itself, so I want to use the Google Service Account for the Google authentication/authorization. I created the service account, generated json key (as describe