Martin
Martin

Reputation: 2300

In Google Drive SDK, how to upload a new file content

I know there is a method files/insert (https://developers.google.com/drive/v2/reference/files/insert), but the documentation doesn't specify where to put the actual file content. Thanks for your help!

Upvotes: 1

Views: 1123

Answers (1)

Ali Afshar
Ali Afshar

Reputation: 41643

Quickstart examples, showing upload, choose your own language:

https://developers.google.com/drive/quickstart

Examples for inserting, showing upload choose your language:

https://developers.google.com/drive/v2/reference/files/insert

Description of the upload protocol:

https://developers.google.com/drive/manage-uploads

Upvotes: 1

Related Questions