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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
I suggest also to add a client-side verification of the server before starting the upload. The could be a server endpoint to verify client supplied authorization, write access and possibility to perform the backup at all.
That would be an additional layer of protection against weird cases, and would increase clarity - as the client would be able to know what is going on.
Example messages returned back:
"The server is unhealthy"
"Access denied"
"Not enough disk space" (the last one may not be possible to implement due to backend storage abstraction, but lets check it)
In case, when the server will not be responding we need to set a timeout on client side.
Case:
The text was updated successfully, but these errors were encountered: