简体   繁体   中英

Getting public file url from customobject

I have a custom object class with a File type field, after I query the class, I do not get a public url to the file in the field. How can I get the full public url of a File field type from CustomObject class to be loaded in a ListView? I have an image loading library already by means of Picasso.

Try this one

https://api.quickblox.com/data/<Class_name>/<record_id>/file?field_name=<field_name>&token=<qb_session_token>

more info here http://quickblox.com/developers/Custom_Objects#Download_file

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM