You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
need to detect that error case and report the error in a clean way
The following steps may be taken to solve this:
Use TempExportDestination as export destination in UserExportJob
When zip is fully exported
Create a new file in user folder with $userFolder->newFile() with the zip stream as content and check if quota is handled automatically
If quota is not handled automatically with $userFolder->newFile() then only create an export in the user folder if zip size + used space does not exceed the user quota
The text was updated successfully, but these errors were encountered:
Exporting with contents that exceed the user quota proceeds without error currently
The following steps may be taken to solve this:
TempExportDestination
as export destination inUserExportJob
$userFolder->newFile()
with the zip stream as content and check if quota is handled automatically$userFolder->newFile()
then only create an export in the user folder if zip size + used space does not exceed the user quotaThe text was updated successfully, but these errors were encountered: