You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically upload large files daily to Google Drive using Python, with upload speeds matching my internet connection.
Actual Behavior
The upload speed is stuck at around 20 Mbps, even when I use a faster network or adjust the chunk size in the script. I initially thought the issue was a limit within the Python code, but after testing the network speed in the same script, it showed speeds over 100 Mbps.
Expected Behavior
Automatically upload large files daily to Google Drive using Python, with upload speeds matching my internet connection.
Actual Behavior
The upload speed is stuck at around 20 Mbps, even when I use a faster network or adjust the chunk size in the script. I initially thought the issue was a limit within the Python code, but after testing the network speed in the same script, it showed speeds over 100 Mbps.
Here is my script:
I also tried changing the response part to:
but it showed almost the same results.
Specifications
The text was updated successfully, but these errors were encountered: