0
votes

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?

maybe in here?

1

1 Answers

0
votes

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.