Hi,
I try to download attachment from feature service using AttachmentManager | ArcGIS Android 10.2.8 API, specyfing output folder as an external storage directory. Unfortunately, I am not successful - the file is not downloaded to the directory. There is no error raised, and I can read attachment file name correctly. Is there any sample code showing how to use AttachmentManager properly?
Many thanks,
Adam
Solved! Go to Solution.
If you are using API 23 or greater, you need to specify Runtime permissions in order to download to external storage. Have you done this?
If you are using API 23 or greater, you need to specify Runtime permissions in order to download to external storage. Have you done this?
Thanks Alexander