Download to which directory (in external storage)?
However, you should always download to the ASD now to avoid problems that will occur when AI2 targets Android 11.
The first files (about 30) are downloaded completely with my solution, but after a certain number of files it does not work.
My app was working for months without problems.
It seems that Google does not allow now to download many files automatecly or something...
Download them when the the .DownloadCompleted event is triggered.
How many files (PDFs) should be downloaded? Put the URLs in a list and select them one by one.
Would it be possible that you show me a complete example how to download multiple files with your extension, not with Google Drive but with my own Server
Unless you absolutely have to download all 750 files before a user can use the app....you may want to consider an on first use model, where the pdf required is downloaded when requested, then stored in the ASD for future use (so it doesn't have to be downloaded again). Think about your users, possibly those on a (possibly slow) data only connection caught in your 750 file download loop.....
Btw, if the PDFs no longer need to be changed (later), the easiest way would of course be to zip all PFDs including paths, then download the zip file to the ASD and unzip there.