Skip to content
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

Request adding "quotaUser" parameters to by pass per user limit when writing and reading #705

Open
zhuylanz opened this issue Oct 3, 2024 · 0 comments

Comments

@zhuylanz
Copy link

zhuylanz commented Oct 3, 2024

According to this document from Google: https://cloud.google.com/apis/docs/capping-api-usage#limiting_requests_per_user

To identify a user, use the quotaUser=userID URL query parameter. This value is for short-term quota enforcement only, so you don't need to use a real user ID. You can choose any arbitrary string under 40 characters long that uniquely identifies a user.

So it is possible that we can bypass the limit of request per user by this parameter, can you help to add this options to this package?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant