Android Downloads Folder

I have been searching for a while now but have not found a good answer to my question, how do I access the android downloads folder in unity 3D? I believe I have all of the permissions in my manifest file, but if I don’t, can someone please tell me [99251-androidmanifest.txt|99251]
I need to find the mp3 files that the user has downloaded, but if I can’t access the downloads folder, I don’t think I can get them. (Please tell me if there is another way).

I found the answer to my own question. I had to switch the “Internal Only” to “External (SD Card)” in the player settings for the “Write Permission” drop-down.

Put AndroidManifest.xml in your /Assets/Plugins/Android folder with these extra permissions:

That worked for me.