Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Speech to Text transcription to GDocs

Hi everyone, 

this will sound like a very silly question but my team needs to transcribe a few meetings using Google Cloud's Speech to Text APIs. We're wondering if there's any way we can set it up so that the transcription is exported directly to a Google doc? 

Thanks!

Solved Solved
0 2 1,125
1 ACCEPTED SOLUTION

Sure, you can. It's easier if you save the transcription first to a Cloud Storage Bucket and then use a cloud function or a CLI Script to transfer the file to your Google Drive. Also, you will need to enable the Google Drive API in your GCP project.

Take a look at this tutorial https://www.thecloudverse.com/gcs-to-gdrive/

PS: "...There is no such thing as a dumb question"

View solution in original post

2 REPLIES 2

Sure, you can. It's easier if you save the transcription first to a Cloud Storage Bucket and then use a cloud function or a CLI Script to transfer the file to your Google Drive. Also, you will need to enable the Google Drive API in your GCP project.

Take a look at this tutorial https://www.thecloudverse.com/gcs-to-gdrive/

PS: "...There is no such thing as a dumb question"

Thank you so much!:)