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 Dec 6, 2023. It is now read-only.
I'm trying to READ/WRITE a file from a share folder where my user has READ/WRITE privileges, but it doesn't work.
Looking at the code, I notice that @requires_admin flag is set to the methods get_file and put_file, but for a share folder I don't need to be admin to READ/WRITE.
I'm trying to READ/WRITE a file from a share folder where my user has READ/WRITE privileges, but it doesn't work.
Looking at the code, I notice that
@requires_admin
flag is set to the methodsget_file
andput_file
, but for a share folder I don't need to be admin to READ/WRITE.The solution would be to remove the
@requires_admin
flag from those methods. I'll submit a PR.The text was updated successfully, but these errors were encountered: