How can I retrieve all blobs uploaded by 'opponent' (not just opponent.blobId)? Is there any solution just like PagedRequest for currentUser's blob?
相关问题
- QuickBlox Android SDK 1.2 isn't running anymor
- Quickblox Flutter SDK - Call is happening but vide
- quickblox makes the same token for development and
- Quickblox: how find out whether the user is online
- QuickBlox user sign up issue REST API
相关文章
- QuickBlox Video Chat Quality
- How to update a sent message in Quickblox IOS
- Hello i am using Quickblox API to chat in my appli
- Quickblox: an issue in deleting content item (pict
- 在两次不同的应用程序推送通知(Receive push notifications in two d
- 注册OAuth凭证Quickblox和OAuth(Sign UP oAuth Tokens Quic
- Xamarin的iOS项目参照的SIM绑定推出,但不是在装置(Xamarin iOS project
- 限制发送所述存在的量,同时积分Quickblox SDK(Limiting the amount o
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=