Hello everyone,
I am experiencing an issue with the Google Drive > File > Upload node in N8n.
When I upload a CSV file, which is converted from the previous node Convert to File > CSV, the mimeType is automatically changed from text/csv
to application/octet-stream
during the upload process.
This causes problems for the usage of the file, as it is no longer recognized as a CSV file in Google Drive.
While the file copy works perfectly, the only issue is the mimeType. As a result, when I click on the file in MyDrive, it does not open directly but forces a download to the local machine.
In the file details, it shows Type: Binary File instead of Type: Comma-separated values.
Here are the details of the workflow:
- Node used: Google Drive > File > Upload
- Expected mimeType:
text/csv
- mimeType after upload:
application/octet-stream
Have you encountered this problem before, or do you know how to force the mimeType to remain as text/csv
during the upload?
Thank you in advance for your help!
Additional Info Requested
- n8n version: 1.54.4
- Database: SQLite
- n8n EXECUTIONS_PROCESS setting: regular
- Running n8n via: npm
- Operating system: macOS