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
Currently tacl will fail on attempted tacl --upload-sync if the base directory doesn't exist remotely.
$ tacl p11 --env test --upload-sync distuploading directory distfetching information about directory: dist405 Client Error: Method not allowed for url: https://test.api.tsd.usit.no/v1/p11/files/stream/p11-member-group/dist?per_page=10000The request was unsuccesful. Exiting.
I think 405 method not allowed for upload sync should be interpreted as a signal to try switching to normal uploading (we could also create the remote base directory and "sync", but I don't think there's any point in using the sync code path for an initial upload).
The text was updated successfully, but these errors were encountered:
Currently tacl will fail on attempted
tacl --upload-sync
if the base directory doesn't exist remotely.I think 405 method not allowed for upload sync should be interpreted as a signal to try switching to normal uploading (we could also create the remote base directory and "sync", but I don't think there's any point in using the sync code path for an initial upload).
The text was updated successfully, but these errors were encountered: