x4nth055 / pythoncode-tutorials

The Python Code Tutorials
https://www.thepythoncode.com
MIT License
2.13k stars 1.87k forks source link

Number of ids cannot exceed 1000 #102

Open bnelford opened 2 years ago

bnelford commented 2 years ago

On the pythoncode tutorial gmail-api:

googleapiclient.errors.HttpError: <HttpError 400 when requesting https://gmail.googleapis.com/gmail/v1/users/me/messages/batchModify? returned "Number of ids cannot exceed 1000". Details: "[{'message': 'Number of ids cannot exceed 1000', 'domain': 'global', 'reason': 'invalidArgument'}]">