I have an addon which makes use of appscripts (.gs) and also html, js and css files.
Currently what we do is we have a reference Google Doc, in which there is a script project which holds all this source code.
But there is no way to keep a copy of the source code in GIT, except manual copy and paste.
I found in another post that it is possible to download the whole project as a JSON, using the URL :
https://script.google.com/feeds/download/export?id=[project_id]&format=json
where [project_id] is accessible via File/Project Properties
That does for the export.
Question : is there a way to import such a JSON file in a Google docs script project ?