-
Notifications
You must be signed in to change notification settings - Fork 599
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
HTTP 403 error when accessing Googe Drive data #215
Comments
Not able to reproduce with Google Chrome 51 or Firefox 47... |
Postponing to next release. |
Able to reproduce! Can it be related to new data (ie recently uploaded...)? When clicking the failing link, I get: |
Seems to happen anytime... I just got it with previously uploaded data. New, slightly different, message: Switching to IP referer based restriction instead of website... |
Ok, my mistake 😁 ... The error that I got when clicking the link is normal, there cannot be a That way I saw the error was related to quotas of queries per second. The code was sending one request per file and the quota seems to be roughly 10 queries/s. So you couldn't load more than 10 slices at once. The solution is to use a batch request to group requests in one. See commit 0524cf5. Referer is back to website with my github pages and the Google apis content one. |
|
One week after the fix, the console says: 1,715 requests, 5 errors (0.29%). |
Sometimes, the loading of Google Drive DICOM data fails with a HTTP 403 error. Refreshing fixes the problem but it can occur another time with different data.
The text was updated successfully, but these errors were encountered: