I have to create a scripted button in my google sheet to upload it as CSV into GCS(buckets).
I have found a nice example documentation but i see there is API keys in it:
https://www.labnol.org/code/20074-upload-files-to-google-cloud-storage
I would like to avoid putting API keys in my Google Apps Script.
Is there a way to perform this and how configure it ?
Thank you for your time !