-
Notifications
You must be signed in to change notification settings - Fork 146
[FEATURE] Support for sharing folders with different permissions #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 10, 2021
Specify the share mode for sharing file. Share modes are: - r / reader - Read only permission. - w / writer - Read and write permission. - c / commenter - Comment only permission. Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary. In output, show which mode used for sharing file (SHARED[w]) means shared with write perms
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 10, 2021
Specify the share mode for sharing file. Share modes are: - r / reader - Read only permission. - w / writer - Read and write permission. - c / commenter - Comment only permission. Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary. In output, show which mode used for sharing file (SHARED[w]) means shared with write perms
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 10, 2021
Specify the share mode for sharing file. Share modes are: - r / reader - Read only permission. - w / writer - Read and write permission. - c / commenter - Comment only permission. Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary. In output, show which mode used for sharing file (SHARED[w]) means shared with write perms
Akianonymus
added a commit
that referenced
this issue
May 10, 2021
Specify the share mode for sharing file. Share modes are: - r / reader - Read only permission. - w / writer - Read and write permission. - c / commenter - Comment only permission. Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary. In output, show which mode used for sharing file (SHARED[w]) means shared with write perms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when a file is shared with --share flag, it is shared for read only mode.
The text was updated successfully, but these errors were encountered: