Unable to post file (image) in Android 11

I am receiving an error as

Unable to complete the given request with the file "/storage/emulated/0//Android/data/[package]/files/Canvas.png" with the specified URL [URL]

I have tested the same app with an android 10 device, it worked.
But in android 11 it does not post.

I am using the process as explained in this guide for uploading the images.

Blocks

Path is /storage/emulated/0//Android/data/[package]/files/Canvas.png

try removing one of these forward slashes in your file path....

1 Like

Thanks, It worked!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.