This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello!I'm trying to send some files to Google Drive via a script
developed in Python and I'm not succeeding.I have a paid Google
Workspace account and there I have over 30TB of free storage. I also
checked that the size limit for a single file is 5TB...
I'm trying to upload a file via API to my google drive account, but
there is a 5 GiB limit on the maximum size of an individual part. Is it
possible for google to increase this limit? How to make?
Dear,Summarizing my case, I explain once more:I'm trying to send some
files to Google Drive via a script developed in Python and I'm not
succeeding.I have a paid Google Workspace account and there I have over
30TB of free storage. I also checked that...
Hi @hectorjacales,The script is using the Google Drive REST API, with
OAuth 2.0 authentication through a service account, to interact with
Google Drive.The log file has the following message:File
SERVERCTRL01_Pessoal_FULL_20230814_013000.bak compress...
Hi @Marramirez,Sorry if any words seem confusing, I'm using google
translate.I'll try to explain it better below:Google Drive allows
uploading files up to 5TB, as you said. I created an API so that files
from my local computer are sent via a script c...