Google Drive: Automatically convert files on upload?

后端 未结 2 1978
忘掉有多难
忘掉有多难 2021-01-24 07:03

Is it possible to get Google Drive to automatically convert uploaded documents to the native format?

I know it works with manual upload

2条回答
  •  轮回少年
    2021-01-24 07:29

    Using the API, you can pass the convert=true parameter to files.insert. The uploaded file will attempt to be converted to a native Google Docs format.

提交回复
热议问题