I have a client that send me an excel of all his employees with CVs links from google driver, So I have to download the cv and upload it to our S3 servers, but after maybe 50 files google start returning 403 I have to wait a bit of time then download again.
Is there any way to download all files faster?
Thanks
403 (maybe this one) you are hitting is probably a rate limiting error. These errors are used by google as flood protection. The google drive api is a free api, which means you need to share it with other developers.
Is this really a time critical service?
There really is no way to speed it up, even if you put up multiple services google is going to put on the breaks by detecting your ip address or the user your authenticated with.