How to Write and Retrieve a Temporary Binary File With Node Js?

前端 未结 3 709
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-22 08:26

Issue

I am working with Google Text To Speech (TTS) in order to save a generated binary audio file to Google Cloud Storage (GCS).

Saving a local binary file d

3条回答
  •  臣服心动
    2021-01-22 09:09

    I cannot comment due to lack of reputation points on this platform.

    You need to delete your temp files:

    https://firebase.google.com/docs/functions/tips#always_delete_temporary_files

提交回复
热议问题