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 Mar 29, 2022. It is now read-only.
If a user does not have permission to write a file via the direct API, and does have permission to write a file via the Agave API, upload will not work.
When the PermissionError is raised by the direct API, upload aborts. Instead, this error should be detected and wrapped in a DirectOperationFailed exception so that the Agave API can be tried.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a user does not have permission to write a file via the direct API, and does have permission to write a file via the Agave API, upload will not work.
When the PermissionError is raised by the direct API, upload aborts. Instead, this error should be detected and wrapped in a DirectOperationFailed exception so that the Agave API can be tried.
The text was updated successfully, but these errors were encountered: