Quickblox: an issue in deleting content item (picture file / blob)

前端 未结 1 1758
甜味超标
甜味超标 2021-01-16 12:38

I am having a weird issue when I try to delete a content item (picture blob item for the user), stored as PNG picture file in the back-end database.

The delete proce

1条回答
  •  [愿得一人]
    2021-01-16 13:05

    The feeling that you are trying to delete a blob file that does not exisе. Please make sure that you are trying to delete a blob file after the upload and the creation process is completed(calling completedWithResult: with successful result).

    If I could see the order of method calls TUploadFile: and deleteBlobWithID: in the code, I could help you more quickly.

    0 讨论(0)
提交回复
热议问题