You have developed a script that uses the Drive API to add files to Google Drive. The script exits early with a 403: Rate Limit exceeded response from the Google servers. What two steps can you take?
Select 2 Correct Responses
- Request additional quota in the Developer Console project.
- Implement exponential back-off in your code
- Add the Override_Rate_Limit header to each API request.
- Insert a delay between each API call in your code.
- Batch your requests.