java - Getting public file url from customobject -


i have custom object class file type field, after query class, not public url file in field. how can full public url of file field type customobject class loaded in listview? have image loading library means of picasso.

try 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


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -