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?