George Pillari7662383
Posts: 0
Joined: Sun Jul 26, 2015 9:03 pm

List photos from files collection

Is there a List Service or other straightforward way to list a photo and its name in my app? Apparently, there is no simple way to do this like there is for pulling data from a normal collection. Quite frustrating since the tutorials make it so easy to build the app to take and store the pictures.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

List photos from files collection

Hello George,

You can get files list:
https://devcenter.appery.io/documenta...

Also create direct link to a file according to files names as shown here:
https://devcenter.appery.io/documenta...

George Pillari7662383
Posts: 0
Joined: Sun Jul 26, 2015 9:03 pm

List photos from files collection

struggling here. Documentation says I need a session token to read/view the Files collection. Was hoping I could do this through the interface without writing custom code. Got as far as creating a Service for viewing the Files, but stumped in the field where it says to add Session Token. Any help would be appreciated.

Thanks

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

List photos from files collection

Hi George -

Could you please clarify, you have implemented Login functionality inside your app?
If yes, you can check out our tutorial here for understand how to work with session token -- https://devcenter.appery.io/tutorials...

Or you can directly use your Files collection in your app, you can find how to make it in our recent blog post -- https://blog.appery.io/2015/09/learn-...

George Pillari7662383
Posts: 0
Joined: Sun Jul 26, 2015 9:03 pm

List photos from files collection

Very nice. It worked. Thank you.

Return to “Issues”