Need to send a pdf with email and I got usegelimits error, can someone help
Status: Closed · Asked by charitraharsh on · 0 views

Hey @charitraharsh
An error 403 occurs when a usage limit has been exceeded or the user doesn't have the correct privileges. To determine the specific type of error, evaluate the reason field of the returned JSON. This error occurs in the following situations -
The daily limit was exceeded.
The user rate limit was exceeded.
The project rate limit was exceeded.
The sharing rate limit was exceeded.
The number of items in a folder was exceeded.
Kindly refer to the API documentation for the rate Limits mentioned by Google Drive.
https://developers.google.com/drive/api/guides/handle-errors#resolve_a_403_error_rate_limit_exceeded
https://cloud.google.com/compute/docs/api-rate-limits
