-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using PathNameForDownloadedFile: Android suffixes filename by '-1' if file already exists #69
Comments
Hi, @BtrJay I just had this when starting the download twice - and that was expected. Can you please create a fork of this repository and change the example, so you get it there as well? I'll then have a closer look at it and find a way to fix it. |
Sure, I will create a pull request for that shortly. Kind Regards, Jay Sim |
Hi @SimonSimCity , I've created the pull request that creates the test for Android where you can replicate the issue I have. Please have a look. Kind Regards, Jay Sim |
My latest PR should include the fixes for this issue. Please have a look and let me know if you have any issues/concerns. Regards, Jay |
Thanks very much, I've fixed it, closed the PR and uploaded a new version (v1.3.2) |
Hi @SimonSimCity ,
I've found an issue that when I set PathNameForDownloadedFile for Android before calling
i.e. /storage/emulated/0/Android/data/com.builttoroam.podcast/files/Download/a2da6a8b-2b67-44ba-8478-2661/Audio.mp3
Have you ever seen this issue before?
I've got this file path from PCLStorage plugin and seems working with iOS && UWP fine.
Just Android is where this issue has been come from.
Kind Regards,
Jay
The text was updated successfully, but these errors were encountered: