Connecting Google Drive To ElevenLabs

My goal is to add a text document to a folder in Google Drive and then send it to Elevenlabs to be converted from text to script.

My problem is that I cannot find a way for Elevenlabs to read the content of the document and convert it to voice.

Hey @philipem38,
Welcome to the Make Community.

You can use module “Get Content of a Document” of Google Docs

  1. Fetch your google document in first module

  1. Map Text Content from first module, it contains text which is in docs.

  1. Upload the file in Google Drive

Thanks

3 Likes

This was really helpful, thank you. Elevenlabs is now timing out, but I think I saw a post about that, so on to the next problem.

3 Likes

To start, you need to pull it out in a way ElevenLabs can work with. Google Drive has this toolset, called an API, that lets you grab your docs in a simple text format. Now that you’ve got your document in the right format, the next step is to send it off to ElevenLabs. Assuming ElevenLabs lets folks send text to turn into voice through their own set of tools (an API), you’d send your text their way. You’d need to look up how ElevenLabs likes to receive the text. They’ll probably have some options for you to choose from, like what kind of voice you want, how fast you want it to speak, that kind of thing.

2 Likes