Hello. I am trying to upload a DOCX file via Google Drive API. But the documentation says that I need convert to a Google Workspace file type, in this case with MIME Type application/vnd.google-apps.document
.
How can I set my API call to do this during the upload process via HTML?
CONFIGURATION ON POSTMAN
RESULT BODY
THE RESUL ON GOOGLE DRIVE. A UNKNOW FILE, INSTEAD OF A GOOGLE DOCS FILE.