Posts by Pedro Ferreira • 1 point
2 posts
-
0
votes1
answer119
viewsA: How to upload large files to google drive
The problem was a conflict between google-api-python-client and httplib2. was resolved by downgrade of the same pip install httplib2==0.15.0 pip install google-api-python-client==1.6 link to…
-
0
votes1
answer119
viewsQ: How to upload large files to google drive
I’m trying to upload files from 1-4gb to the google drive(v3) , using phyton3.8, but when I always have errors in the execution: Typeerror: 'Preparedrequest' Object is not callable def…