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
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.