convert


Description:

public bool convert { get; set; }

true to automatically convert the uploaded document into a standard format (such as a text document, spreadsheet, presentation, etc.

). false to upload the document without converting it; this allows for arbitrary files to be uploaded to Google Documents.

For more information, see the <ulink type="http" url="https://developers.google.com/google-apps/documents-list/ creating_or_uploading_filess">online documentation</ulink>.

Note that uploading with this property set to false will only have an effect when using update_document_resumable and not update_document. Additionally, the DocumentsDocument passed to update_document_resumable must be a DocumentsDocument if this property is false, and a subclass of it otherwise.