I created an app that requires mp3 files to be downloaded after its installation so you can listen offline.
Number of files are 128 mp3 files
Total size of the files is 35 MBs
Previously I used the method of grabbing the files from google drive file by file
I used web component as I searched for it …
This method was working very fine until google started to stop these downloads. First i didn’t know the cause
All the users now are facing the same problem that they cannot download the files with the app.
At last I was lucky to get the error message that describes why google is stopping this operation … here it is…
"
We’re sorry…
… but your computer or network may be sending automated queries. To protect our users, we can’t process your request right now."
Now all what I need are
How to add my files to asset folder if download is blocked.
How to download all the files in a folder other than the asset that the app can read from (as was previously done)
If there is another online drive other than google drive to fetch the files from filebyfile as I made before and how to do that …
I will try that and inform you with the results but can it auto start to unzip the file after the download is completed…
If it is possible, could you show me how? Please