Results 74 comments of Steve Bazyl

Unfortunately a limitation in the APIs right now as there's no way (that I know of) to query for docs/sheets/slides that have bound scripts attached.

Keep it open, tagged as requiring API changes to implement

Possible that this has more to do with the response headers for your app. If your production instance is setting `Cross-Origin-Opener-Poiicy: same-origin`, you may need to change that to `same-origin-allow-popups`....

Didn't mean to close the issue yet, but wanted the --json flag to be a global option so it's consistent throughout all the commands. If you can resolve the merge...

Also should be able to do this without modifying anything in src/core. There's a method on the clasp instance to set the script ID if it isn't already set: ```...

Not yet implemented, but did some groundwork in v3 that should make this easier to implement now.

Please include the command line that you used. Likely this is due to changes in auth handling to use named user accounts by default instead of separate global/local files. 3.x...

Can you share exact error messages you're seeing? There are cases where admin controls can prevent authorization or use of clasp (and apps script entirely!) but not clear from the...

Looks like may be an issue with the Apps Script API itself, getting a "Requested entity not found" issue from the underlying API when trying to create a container bound...