This Operation Is Not Supported For This Document - Sheets Api
(,
Solution 1:
Yes, you can convert an .xlsx to Google Sheets
For this, use the method Drive v2 method Files: Copy specifying convert
true
.
Sample:
service.files().copy(fileId=file_id,convert=true, body={"title": "specifyName"}).execute()
Post a Comment for "This Operation Is Not Supported For This Document - Sheets Api"