Reputation: 43
I would like to know how to save charts generated by the Spreadsheet API to Google Drive. I've read the documentation and it doesn't mention anything specific, and I've confirmed how to do it in GAS. If anyone can tell me how to do this, please let me know.
Upvotes: 1
Views: 132
Reputation: 19309
There's not direct way to do this on the API.
Possible workarounds include exporting the sheet containing the chart as image or PDF via Drive API's Files: export, or just use Apps Script.
There's a related feature request in Issue Tracker:
I'd suggest you to star it in order to keep track of it and to help prioritize it.
Upvotes: 1