Hey
I have a DOCX file that I would like to upload to Google Drive and convert it to a Google document.
I see that it is possible through their API to convert to Google’s special formats.
How do I do this using n8n?
Google Docs node does not have that functionality (n8n mostly convers the basic functionality). So you have to use the HTTP Request node to make it working
In the documentation there is this part “Import to Google Docs types
When you create a file in Drive, you might want to convert the file into a Google Workspace file type, such as Google Docs or Sheets. For example, maybe you want to transform a document from your favorite word processor into a Docs to take advantage of its features.
To convert a file to a specific Google Workspace file type, specify the Google Workspace mimeType when creating the file.”