-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
Enhancement: Add support for --share-password option when --create-share-link is called. #3119
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@merclyn
Other Questions I have
|
I am reviewing your comments and will implement the suggestions over the next few days. I agree that the password should not be able to be ' ' since im pretty sure that would not be valid on the onedrive platform. I also think that this password should not be saved inside the config file since that is generally not best practices for password policy. as far as the organization scope (Instead of anonymous) It seemed like the API docs were saying that you needed to be inside the current organization. I will test this and possibly add another option and another pull request if my tests product good results. |
This comment has been minimized.
This comment has been minimized.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (41)
To accept these unrecognized words as correct, you could run the following commands... in a clone of the git@github.com:merclyn/onedrive.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/abraunegg/onedrive/actions/runs/13356069834/attempts/1'
|
I have added support for passing in a password that will be required when the share link is accessed. This will allow for tighter security around sharing file and directory links.