ericyd / gdrive-copy

Web app to copy a Google Drive folder
https://script.google.com/macros/s/AKfycbxbGNGajrxv-HbX2sVY2OTu7yj9VvxlOMOeQblZFuq7rYm7uyo/exec
MIT License
1.58k stars 341 forks source link

Error: User rate limit exceeded. File: application. Line: 524 #62

Closed IhToN closed 5 years ago

IhToN commented 5 years ago

Are you requesting a feature or reporting a bug?

Bug

If reporting a bug, is there already an issue open for this same bug?

I couldn't find anything

What is the current behavior?

Error: User rate limit exceeded. File: application. Line: 524 This message appears when I'm trying to copy Big-Size files. Although I'm not using the public macro but one stored on my GSuite Account.

It may be that there is a max-size cap on "Drive.Files.copy"? If that's the case, is there any way to remove it?

ericyd commented 5 years ago

This is actually a duplicate of #55 its just a different line number because of the application version. I believe I just need to implement a throttler in the request helper, just haven't had time.