-
-
Notifications
You must be signed in to change notification settings - Fork 736
Open
Description
When a certain action is done, I have two different classes accessing the same ParseFile, using ParseFile.getDataInBackground()
.
4 times out of 5 it works. The other time this happens:
- one of the accessors successfully gets data
- the other throws FileNotFoundException with the following message:
Source '/data/user/0/com.my.package/cache/com.parse/files/https:/storage.googleapis.com/my-bucket/c62972c6c30ce0f1b369e4a1b68b0f74_sSeyXFr3R2.jpeg.tmp' does not exist
I need these two classes to access the file, and they do not communicate with each other. Can you imagine any workaround to this on my side (other than enqueuing all getDataInBackground calls, which I thought was already done by Parse SDK)?
Sure I could get the URL and http request the data myself, but that seems overkill.
njersch
Metadata
Metadata
Assignees
Labels
No labels