How do I download previous saved revisions of a Google Apps Script?

前端 未结 2 2069
死守一世寂寞
死守一世寂寞 2021-02-15 11:48

I am still attempting to recover from somehow \'loosing\' a Google Apps Script when I created a copy of the script to fork the code to another project... My thought was to atte

2条回答
  •  后悔当初
    2021-02-15 12:39

    FYI, the Apps Script API can get project files from a previous version number: https://developers.google.com/apps-script/api/reference/rest/v1/projects/getContent

    If you'd like to see this in the Apps Script CLI, clasp, like clasp pull 3, I'm sure I could add this feature. https://github.com/google/clasp/ Just file a new issue.

提交回复
热议问题