gas-manager icon indicating copy to clipboard operation
gas-manager copied to clipboard

Upload to Script-file which owned by other user

Open tyskdm opened this issue 11 years ago • 1 comments

I use gas-manager with my google user account, and upload to Script-file owned by project manager's google account.

then, upload is actually success but gas-manager returns error. message is as follows.

can't change type of existing file

/usr/lib/node_modules/gas-manager/out/lib/commands/upload-command.js:91
        throw err;
              ^
{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "internalError",
    "message": "Internal Error"
   }
  ],
  "code": 500,
  "message": "Internal Error"
 }
}
  • After changing only Script-file ID(to my own file), It success with no error message.

tyskdm avatar Aug 09 '13 09:08 tyskdm

Thanks, Okay I already know what's happen. maybe i'll fix it in v0.5.0.

soundTricker avatar Aug 09 '13 10:08 soundTricker