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

use of drive share -notify - unable to stop notification? #791

Closed
bjohas opened this issue Nov 19, 2016 · 5 comments
Closed

use of drive share -notify - unable to stop notification? #791

bjohas opened this issue Nov 19, 2016 · 5 comments
Milestone

Comments

@bjohas
Copy link

bjohas commented Nov 19, 2016

drive share -h

gives

-notify
toggle whether to notify receipients about share (default true)

However,

drive share -notify -role reader -emails abc@gmail.com -id ABC123

produces a notification, while

drive share -notify false -role reader -emails abc@gmail.com -id ABC123

does not work (at least there's no user feedback).

How do you disable notification?

@odeke-em
Copy link
Owner

What do you mean by at least there's no user feedback?

Notify is meant to not send the user an email. Working as intended IMO.

@bjohas
Copy link
Author

bjohas commented Nov 24, 2016

I found that notifications are being sent when -notify is specified.

@odeke-em
Copy link
Owner

To turn it off, use --notify=false.

@odeke-em
Copy link
Owner

I guess I wasn't coherent in my statement in #791 (comment)

I mean to say, --notify is meant to control whether a notification goes out or not.

@bjohas
Copy link
Author

bjohas commented Nov 24, 2016

AHH! OK, that works!! Thanks!

@bjohas bjohas closed this as completed Nov 24, 2016
bjohas referenced this issue in bjohas/drive Nov 24, 2016
bjohas added a commit to bjohas/drive that referenced this issue Nov 25, 2016
README: document -notify=false

Fixes odeke-em#791

Document that using -notify=false turns off notifying
and that by default -notify is set.
odeke-em pushed a commit that referenced this issue Nov 25, 2016
Fixes #791

Document that using -notify=false turns off notifying
and that by default -notify is set.
@odeke-em odeke-em added this to the v0.3.9 milestone Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants