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