Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Documentation for Upload() unclear #18

Closed
agryson opened this issue Jun 4, 2014 · 1 comment
Closed

Documentation for Upload() unclear #18

agryson opened this issue Jun 4, 2014 · 1 comment

Comments

@agryson
Copy link

agryson commented Jun 4, 2014

I can successfully and repeatedly authenticate and upoad small files, but as soon as I start uploading larger files (~200Mb), PyDrive returns MemoryError.
I would like to pass a resumable=true parameter but it's unclear how to do so and the PyDrive documentation provides no examples that I've found.
I've tried backup.Upload({"resumable": "true"}) and variants but get errors such as TypeError: Got an unexpected keyword argument "resumable"
(running Upload() with no parameters works fine for files of a few kb)
A simple example of passing any parameter to Upload() would be very helpful.

@RNabel
Copy link
Collaborator

RNabel commented Jun 8, 2016

This was due to #27 and has been resolved with the newest version.

@RNabel RNabel closed this as completed Jun 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants