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
So this was something to do with not renaming the temp files before the move? Not sure why that would make the difference but I have now fixed my issue by doing so.
I doubt this is anything related to my package. Since you've linked this issue to #102, where you describe downloading a stack of 100+ files, I would almost expect the same problem when trying to rename 100+ files - or at least when using the native download manager yourself.
Glad to hear that not moving the file made a possible work-around for you. I'll close this because it's out of my scope. If this is a problem, it's a problem of the underlying code managed by Android.
Steps to reproduce
Run project
Create breakpoint in Files.cs on line 42 (in the catch so you can see whats going on)
Accept permission (doesn't seem to make a different)
Click "Download Files"
Expected behavior
All images that are downloaded should be moved to internal storage.
Actual behavior
Most images are moved but some throw an exception "File Not Found". I can see the image is in downloads just like all the others.
Configuration
Platform:
Device:
Demo Project:
See the attached.
RandomAppTests.zip
The text was updated successfully, but these errors were encountered: