Attachment Manager Sample

1400
2
Jump to solution
09-28-2016 11:39 PM
nita14
by
Occasional Contributor III

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

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

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?

View solution in original post

2 Replies
AlexanderNohe1
Occasional Contributor III

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?

nita14
by
Occasional Contributor III

Thanks Alexander

0 Kudos