moneyapi / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

media_body parameter is not documented #309

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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