node-google-apps-script icon indicating copy to clipboard operation
node-google-apps-script copied to clipboard

[DEPRECATED - use clasp instead] The easiest way to develop Google Apps Script projects

Results 19 node-google-apps-script issues
Sort by recently updated
recently updated
newest added

https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories

We're already using `googleapis.drive` for updating Google Apps Script's content. Let's be consistent and use it for fetching the contents as well.

Currently when working on REST script execution targets, after running `gulp upload-latest --env dev` I have to go to the script project in a browser and run `Publish>Deploy as API...

question
investigate

When authenticated with an account that doesn't have write permission on the target script project, the output to `npm run upload` is the following : ``` Pushing back up to...

Hi, When launching an authentication step with an already existing .gapps folder, we get a message with the impossibility to finish the authentication. That means that to push several appscript...

enhancement
question

The branch works for scripts sitting in a Team Drive by adding the parameter supportsTeamDrives to the upload request. * Moving the google apps script to a team drive causes...

Essentially, I think there's a missing else block around the ` credentials.refresh_token = tokens.refresh_token; resolve(credentials);` At auth.js:90. This masks any issues with communicating with Google (in my case there was...

pr welcome
investigate

gapps push ``` Pushing back up to Google Drive... An error occured while running upload command: File not found: 1FYwO4nDv9vC8t9X8S3qpya3QFhbqehM_wYcJlpuGaV1EjewaNCMdx6-e Upload failed. ``` All worked well until I moved the...

bug

Currently, it reads: > Your add-on must be developed as a [standalone script](https://developers.google.com/apps-script/guides/standalone) and tested within Doc or Sheet. This means that it cannot use certain functions of [bound scripts](https://developers.google.com/apps-script/guides/bound),...

enhancement
pr welcome
investigate