-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download rate limit and broken links question #11
Comments
@Yokutto I'll be further investigating about this problem. |
Totally agree, this script cache reset not working and limit still happen. |
Google drive has two bandwidth limit. It is stream and download limit. So cache will be useless. |
@aalfiann The cache system lowers the TTFB too much in my json script, so it's not useless. idk about streaming limit because I already had videos using 20GB per day and it was not limited, I think this is a bug in google drive side and if I use google embed to stream the video, it blocks both downloading and streaming |
@Yokutto google drive also have limit on stream, but in my experiment, it is automatically reset on 00.01 AM. To determine if your video got limit, so far i use ajax to get status code. If video can't stream, it will be 403 on header. |
Further observation for this one, since other sites use this kind of method (the google proxy thing). |
Idk why but after 3:00 AM (gmt -3) google drive broke some links and say "the download limit has excedeed" but i still can download the file only streaming links does not work. however after 6 AM the video works normally. the question is, does the script break the download limit? Someone having this problem?
(https://drive.google.com/file/d/1VM5dDSGy_7NyTtSVgCz5v2bSagqRjLQQRQ/view)
also, some old videos broken with no reason and not back to work :/
(https://drive.google.com/file/d/0B2r31YvbMD0rYWwyOUwwdGpka0U/view)
The text was updated successfully, but these errors were encountered: