
Hello,
I am trying to upload a docx file to storage, but the mime type is too long. I get the following error: 'Invalid document structure: Attribute "mimeType" has invalid type. Value must be a valid string and no longer than 50 chars'
The mime type for docx i am pretty sure is application/vnd.openxmlformats-officedocument.wordprocessingml.document
which is longer than 50 chars. Is it possible to upload a docx file?
Recommended threads
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
- search collection by document ID
How to filter or search collection for a document using document ID, I can't find this item on the filter menu
- Database Migration/Sync Between Two Proj...
Overall The migration failed mainly due to conflicts with existing data (documents, attributes, collections, etc.), exceeding attribute limits, and unsupported ...
