I have problem using Indy's TIdHTTP in my Windows app created with C++Builder XE7.
I am doing a simple task... when my app launches, it goes to a link with a direct download and the app begins to download.
All works great, but when I do many requests to download (it is a simple .txt file) from Google Drive, I get an "HTTP/1.1 403 Forbidden" error.
I tried many ways (change the User-Agent, memory leakage control, etc) without luck.
Can somebody give me an idea of what the problem may be?