Hi guys,
I have a scenario which i search for a random file on google drive on a specific folder every 7h and do some other actions with this file. it works fine for like 1 or 2 days but after it shows me an error:Status Code Error: 400 and my google drive connection disconnect.
I see that the issue is older than my account,
please any fixes for this issue?
I did exactly what the make tutorial sais and followed all the instructions but it keeps losing connection every 2 to 3 days, itâs so random that itâs impossible to track,
please help
! Please keep in mind that I would always recommend using a paid gWorkspace account if you are using the Google API intensively inside a company environment. There will always be more restrictions/limitations on (free) gmail accounts.
I have ran 2 seperated projects calling a Google Drive API for multiple days to test out my hypothesis. After 7 days my hypothesis was confirmed and might help you. These are the following accounts/projects I tested:
A gmail account with a project which was in âTestingâ status.
A gmail account with a project which was in âProductionâ status.
Iâve ran both tests 1x per day, creating a google drive folder and deleting it again:
After 7 days the âtestingâ project got verification issues with gDrive. This would confirm my hypothesis that âtestingâ projects will have their refresh token expired after 7 days.
Here are the differences and how you can fix this yourself (please read the text below the images for the full picture & âsolutionâ):
After publishing it will state it requires verification. This however is not required and it seems to work without verification for a long period.
What was not tested but might be affecting this case:
We did not test out the possibility of loosing a connection when you are not running the google API recurrently. Our test had the API calls being made daily.
We did not test this out for a long period of time. This was only just longer than a week. It might be that the Google API will still loose connection after a certain period.
Please test this out and let us know how it goes. If this solved your issue feel free to âheartâ this answer so we know you got it solved
Hey everyone, I realized that even using a paid Google Workspace the reauthorization happens. What fixed it for me was going to https://admin.google.com/ac/security/reauth/admin-tools and turn off the authorization requests.
I would like to try this, as re-authenticating my Google connection every week has been a big hassle, however it seems that it says my Google account wonât let me go to this admin.google.com page.
Can someone help me determine which level of google account exactly is needed to access this setting? It is not available in the https://console.cloud.google.com/ interface? I searched around there but couldnât find it.
Signing up for a Google Workspace seems to be a hassle and also involves payments, which I would rather avoid if possible. I just have an ordinary Google account (with paid Google One plan for Drive).
⢠Is there a way to change this reauthentication to âneverâ on a normal account
⢠If not, what is the minimum account needed for me to access this setting?
Hi thanks for the prompt reply. Iâve followed the steps in the Google Console so hopefully that works. My post was just to double-confirm that the âre-authorizationâ setting wasnât possible for non paid gWorkspace accounts (because of the possible verification issue), and so you have confirmed it now. Thanks