sharedrop icon indicating copy to clipboard operation
sharedrop copied to clipboard

Investigate QuotaExceededError errors

Open szimek opened this issue 8 years ago • 0 comments

When there's not much available storage on a device, transfers are terminated with QuotaExceededError. We're using temporary storage, which has more strict storage limits, but it was never a problem before when sending files even up to 1GB.

One thing would be to query and log storage size available to the app. At first it could simply show an error if the received file size exceeds available storage size. Later it could try to switch to persistent storage and ask user for permission, explaining why it's needed.

szimek avatar Jan 19 '17 19:01 szimek