how do i create the right kind of credentials.json. I have added my email as a test user and then created an OAuth credentials.json but then running https://docs.llamaindex.ai/en/latest/examples/ingestion/ingestion_gdrive/ asks me to create a service account type, but this returns nonetype when I try to iterate over the documents in the folder
File "C:\Users\ryanp\anaconda3\envs\clyd_backend_new\Lib\site-packages\google\auth_service_account_info.py", line 50, in from_dict raise exceptions.MalformedError( google.auth.exceptions.MalformedError: Service account info was not in the expected format, missing fields token_uri, client_email.
so basically you have to share the folder explicitly with the service account, but alternatively you can use googledocsloader and just use oauth 2.0 credentials