clasp push command fails

37 views
Skip to first unread message

Developer software

unread,
Feb 28, 2020, 8:00:55 AM2/28/20
to Google Apps Script Community

I am trying to push Google App Scripts code to cloud using the following command

clasp push

But it fails with the following error.

responseType: 'json',
retryConfig: {
  currentRetryAttempt: 3,
  retry: 3,
  httpMethodsToRetry: [Array],
  noResponseRetries: 2,
  statusCodesToRetry: [Array]
}
},
 code: 500,
  errors: [
   {
    message: 'Unknown Error.',
    domain: 'global',
    reason: 'backendError'
   }
]

It works when I push only a few files, so I don't whether it's related to storage limit or any other issue.

Any help would be great.

Thanks.

Alex

unread,
Mar 1, 2020, 10:15:29 AM3/1/20
to Google Apps Script Community
Hi Developer software!

Check the ignore file before anything.

Best, Alex. 
Reply all
Reply to author
Forward
0 new messages