Replies: 3 comments 2 replies
-
Hello, @mbabeker5! I'm here to help you with your Google Drive API error. Let's figure this out together! The error message indicates that the JSON string provided for the Google Drive Loader component is missing required fields: Ensure that your JSON string includes these fields. Here is an example of what the JSON string should look like: {
"client_id": "your-client-id",
"client_secret": "your-client-secret",
"refresh_token": "your-refresh-token",
"type": "authorized_user"
} Make sure to replace If you are still encountering issues, double-check that the JSON string is correctly formatted and contains all necessary fields. For more details on creating a service account JSON, refer to the Service Account JSON documentation [1][2]. |
Beta Was this translation helpful? Give feedback.
-
the json string i downloaded from my google account doesnt seem to have refresh_token or type. What could I be doing wrong? |
Beta Was this translation helpful? Give feedback.
-
Error building Component Google Drive Loader: Authentication error: Unable to refresh authentication token. Please try to reauthenticate. |
Beta Was this translation helpful? Give feedback.
-
HI - I am having trouble getting the google drive loader working. I configured the component with the .Json file as well as document ID but I am receiving this error
"error building component google drive loadeR: authroier user info was not in the exected format, missing fields clients_secret, refresh_token, client_id.
The .Json file text does included clients_secret and client_id. Nothing in the docs explain how to troubleshoot.
Beta Was this translation helpful? Give feedback.
All reactions