Retrieving all blobs from opponent (iOS Content/Chat Modules)

最后都变了- 提交于 2019-12-08 09:39:37

问题


How can I retrieve all blobs uploaded by 'opponent' (not just opponent.blobId)? Is there any solution just like PagedRequest for currentUser's blob?


回答1:


There is no base way to do this, because all files can be private or something like this

I propose to do next: use Custom Objects API http://quickblox.com/developers/Custom_Objects

Create UserFiles or UserAlbum table and write all your files (blobx IDs i mean) to it which you want to open to users

Next, other users will be able to retrieve all files - just get all data from this table using filter user_id=



来源:https://stackoverflow.com/questions/15979930/retrieving-all-blobs-from-opponent-ios-content-chat-modules

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!