Google drive module uses mime type video/quicktime

uploading a file to google drive sets the mime type to video/quicktime which leads to problems when I want to use other modules using google drive download link only support video/mp4

but the GET VIDEO request outputs: file.mp4
and also google drive output is:

  • Full File Extension: mp4
  • File Extension: mp4

its a scraped tiktok video download. the SD version has no problems setting to video/mp4 in drive and airtable

But the new released HD scrape always sets to video/quicktime when uploading with google drive module. is there a way to force the mime type to video/mp4?

telegram send video module works fine with the Data

file_name file.mp4
mime_type video/mp4

Hey @timo_agency

You can try using Cloud Convert module as shown in below image.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel

Welcome to the Make community!

Then I think this is a Tiktok issue. Tiktok supports both mp4 and mov (Quicktime) formats.

Quicktime (MOV) is just a “wrapper” for mp4, and the most straightforward way would be to convert the video into MP4.

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like