I appreciate any assistance. My goal is to create a file through Zapier using base64 MP3 data. I would like to either generate the file and save it on Google Drive or create an HTML file that includes an ‘audio’ tag and store that on Google Drive as well.
I’ve attempted various methods such as utilizing the Google Drive action to generate a text file, then calling the Google API to modify the mime type and file extension. However, Google’s API limitations prevent me from changing the mime type without re-uploading the file.
I have also explored different approaches with the Zapier code module, but the inability to import makes it challenging to find a viable solution.
After reviewing several Zapier applications for clever solutions, I have yet to devise an effective approach.
My ultimate aim is to develop a workaround where I enter text in Slack, send it to Google’s TTS API, obtain the Base64 response, and transform that into either an HTML file containing the audio tag or a sound file. Then, I could share a link in the original Slack channel.
It seems this should be straightforward, but I keep facing obstacles, so I would truly value any suggestions you may have. Thank you!