google sheet 上传到 GCS 按钮

google sheet upload to GCS button

我必须在我的 google sheet 中创建一个脚本按钮,以将其作为 CSV 文件上传到 GCS(存储桶)中。

我找到了一个很好的示例文档,但我看到其中有 API 个键:

https://www.labnol.org/code/20074-upload-files-to-google-cloud-storage

我想避免将 API 键放入我的 Google Apps 脚本中。

有没有办法执行此操作以及如何配置它?

感谢您的宝贵时间!

使用 Properties Service 存储和检索应用程序信息(例如 CLIENT_IDCLIENT_SECRET),而无需在脚本中对其进行硬编码: