Getting started [1] contains file upload example, which uses the following
upload command:
drive_service.files().insert(body=body, media_body=media_body).execute()
Where media_body keyword argument is not documented [2].
1. https://developers.google.com/api-client-library/python/start/get_started
2. https://developers.google.com/drive/v2/reference/files/insert
Original issue reported on code.google.com by techtonik@gmail.com on 24 Oct 2013 at 10:43
Original issue reported on code.google.com by
techtonik@gmail.com
on 24 Oct 2013 at 10:43