-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
GitHub API Rate Limit Bug Report
Title: Can't Access macdownload – API Rate Limit Exceeded even If I tried first time.
Description
I encountered a rate-limiting error when trying to access the macdownload(https://studio-releases.realm.io/) endpoint via the browser for the first time. I tried to access link every day, but the same request limit error every time.
This is the full error message:
{
"message": "API rate limit exceeded for xxxxxxxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
"documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"
}Steps to Reproduce
- Click https://studio-releases.realm.io/
- You will get immediate block of rate limiting
Expected Behavior
- Flexible rate limiting (not once a day or something)
Actual Behavior
- Requests to the
macdownloadresource fail with a rate limit error even after a day. - It seems like unauthenticated access is no longer viable for this endpoint, which is unexpected.
Environment
- Client: Firefox, Edge
- Endpoint:
macdownload
guarani