You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading the data to Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), I get the following SecurityException: Destination must be on external storage: file:///data/data/org.example.app/files/testfile.bin.
Why can't I store stuff at the path I decided?
The text was updated successfully, but these errors were encountered:
Update: There's now a way to download files without providing a location. By that, you can copy the file to your private storage after the download is completed. See 14b6769
When downloading the data to
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)
, I get the following SecurityException:Destination must be on external storage: file:///data/data/org.example.app/files/testfile.bin
.Why can't I store stuff at the path I decided?
The text was updated successfully, but these errors were encountered: