I have installed the gdrive library for Mac by doing brew install gdrive.
My goal is to upload files from my local machine to Google Drive programmatically.
However, when I do gdrive upload it says:
"Sign in with Google temporarily disabled for this app
This app has not been verified yet by Google in order to use Google Sign In."
I have also been looking at the Google Drive API v3. https://developers.google.com/drive/api/v3/reference/files/create#try-it
However, I cannot find where to get my api key and access token mentioned in the document. All the searches for Google Drive API take my to Google Cloud.
How can I get around these limitations to upload to Google Drive?