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 343 forks source link

Error: User rate limit exceeded. File: application (Copy Folder). Line: 506 #46

Closed shirshak55 closed 6 years ago

shirshak55 commented 6 years ago

why is this error coming?

ericyd commented 6 years ago

It is due to exceeding the quota that is imposed on free scripts. I can't get around it unless I pay, but I really don't want to do that.

I should add a limited as suggested in this SO answer: https://stackoverflow.com/a/18743718

shirshak55 commented 6 years ago

Yea it would be best bro

On Wed, May 9, 2018, 3:37 AM Eric Yancey Dauenhauer < notifications@github.com> wrote:

It is due to exceeding the quota that is imposed on free scripts. I can't get around it unless I pay, but I really won't want to do that.

I should add a limited as suggested in this SO answer: https://stackoverflow.com/a/18743718

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ericyd/gdrive-copy/issues/46#issuecomment-387554291, or mute the thread https://github.com/notifications/unsubscribe-auth/AHuOYeEhVJ_isf-ERBtGhBqHJQai2o-tks5twhOxgaJpZM4TxpKi .

ericyd commented 6 years ago

I'm open to PRs

ericyd commented 6 years ago

I just added a request throttler to ensure that API requests are sent at a maximum of 10 per second, which should keep it below the rate limit. If this doesn't solve the issue, further investigation will take place in #6.

shirshak55 commented 6 years ago

thanks

xingfanxia commented 4 years ago

It is due to exceeding the quota that is imposed on free scripts. I can't get around it unless I pay, but I really don't want to do that.

I should add a limited as suggested in this SO answer: https://stackoverflow.com/a/18743718

Is there a way to use this script and pay for it? I need to transfer a few TB of videos in about a week. Thanks!

shirshak55 commented 4 years ago

@xingfanxia transfering few tb is easy if u use service like multicloud.com :D

shirshak55 commented 4 years ago

@xingfanxia or you can connect multiple gmail account and transfer it making it parallel :)

ericyd commented 4 years ago

This app/service will definitely not be a good fit for transferring a few tb in a week. You can definitely try but I almost guarantee it will not work.

shirshak55 commented 4 years ago

@ericyd have u tried. I have transferred like 2 tb in 2 day using that multi cloud tho.

ericyd commented 4 years ago

I have not tried, I don't have multiple tb of data to experiment with. Historically, the bugs reported for this app are due to people trying to copy enormous files/folders hence my recommendation to use another service.

Multicloud sounds like a great option, I have never used it myself but happy that you can vouch for it

xingfanxia commented 4 years ago

@ericyd @shirshak55 Thanks for the advice!

xingfanxia commented 4 years ago

@shirshak55 does multicloud work for the use case which I want to copy from a shared folder/drive?

xingfanxia commented 4 years ago

@shirshak55 I gave it a try, blocked by the 403 User limited exceeded :(