-
Notifications
You must be signed in to change notification settings - Fork 19
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
Download Button not working #15
Comments
Agent comment from cheney.zeng in Zendesk ticket #47223: Thank you for reach out to DJI Developer Support. Due to a Chinese Holiday there maybe a short delay in responding directly to your question - we apologize for any inconvenience this may cause you and look forward to addressing your ticket as soon as possible. Warm Regards, °°° |
Agent comment from William Wong in Zendesk ticket #47223: You need to check if you are using SD card. If you are using internal storage to store photos. You need to change the refreshFileListOfStorageLocation and getSDCardFileListSnapshot fucnctions. Hopefully our solution can help you. °°° |
Thank you for the response, I have confirmed the use of SD card, and the thumbnail of the files appeared, but the download failed. Is there a way to check where it went wrong ? |
Agent comment from William Wong in Zendesk ticket #47223:
Hopefully our solution can help you. °°° |
Had exactly the same issue and it was due to point 3, I also suggest to instead define your
|
It turned out that if the directory/subdirectory does not exist, the method call will fail. If you pre-create the chosen folder, the download button works as expected. |
I have a problem after selecting a media, and I clicked the download button an error toast appeared :
Download file failed The execution cannot be executed
How can I debug the issue ?
Drone : DJI Mavic 2 Pro
DJI SDK Version : 4.14.1
Android Version : Android 11
The text was updated successfully, but these errors were encountered: