Hello,
When creating a Google Doc (using the Drive API - Files: create) by uploading a Word Document and providing the name "abc.xlsx" or "abc.pptx", I get the following error:
"errors": [
{
"domain": "global",
"message": "Conversion of the uploaded content to the requested output type is not supported.",
"reason": "conversionUnsupportedConversionPath"
}
Similarly, if I create a Google Slide by uploading a PowerPoint and providing the name "abc.xlsx" I get the above mentioned error.
NOTE: Giving the name "abc.docx" in the above scenario, results in a Google Slide being successfully created.
However, if I create a Google Sheet by uploading an Excel Sheet and providing the name "abc.docx" or "abc.pptx", the file is created successfully with the given name.
Seems like there is an inconsistency in the naming convention across Google Sheets, Docs and Slide. Can someone please provide more information on this behaviour?
Thanks!
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |