Skip to content
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

[FEATURE] Support for sharing folders with different permissions #139

Closed
Akianonymus opened this issue Jan 5, 2021 · 0 comments · Fixed by #158
Closed

[FEATURE] Support for sharing folders with different permissions #139

Akianonymus opened this issue Jan 5, 2021 · 0 comments · Fixed by #158

Comments

@Akianonymus
Copy link
Collaborator

Currently, when a file is shared with --share flag, it is shared for read only mode.

@Akianonymus Akianonymus changed the title Support for sharing folders with write permissions [FEATURE] Support for sharing folders with write permissions Jan 5, 2021
@Akianonymus Akianonymus self-assigned this Jan 5, 2021
@Akianonymus Akianonymus changed the title [FEATURE] Support for sharing folders with write permissions [FEATURE] Support for sharing folders with different permissions May 10, 2021
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant