i'm using Drive API, and i need to create permissions for a large amount of users, somthing around 50.
after i'm sending the request to google, i'm getting a response json: "error creating permission: User Rate Limit Exceeded".
as i saw at Google:
https://developers.google.com/drive/v3/web/handle-errors#403_daily_limit_exceeded
they suggested: "Raise the per-user quota in the Developer Console project."
but how can i do this?
I am using Drive API, and i need to create permissions for a large amount of users, something around 50.
after I am sending the request to google, I am getting a response JSON:
"error creating permission: User Rate Limit Exceeded"
As I saw at Google: https://developers.google.com/drive/v3/web/handle-errors#403_daily_limit_exceeded
they suggested: "Raise the per-user quota in the Developer Console project."
but how can I do this?
You are correct, you can request by clicking the Apply for a higher quota link. Then fill up the necessary details for the request then Google will process it.