egnyte / egnyte-dotnet

.NET SDK for the Egnyte Public API
5 stars 17 forks source link

Cannot Create/Retrieve Password when Creating a new Link #9

Closed bfeldman24 closed 6 years ago

bfeldman24 commented 6 years ago

I am using the Links.CreateLink() method. There is no property in the NewLink object to set a password for the link and there is no property in the CreatedLink object that is returned to retrieve an auto generated password. I need to have one or both options in order to create a link with a password.

mikuam commented 6 years ago

Hi @bfeldman24,

I have just released version 1.17, that supports password parameter. If you set an accessibility parameter to password, you can provide your own password. If you don't provide it, a password will be generated and returned.

Let me know if that works for you. Regards, Michał

bfeldman24 commented 6 years ago

That’s great news. Thanks! I will try it out this week.

Regards, Ben

On Aug 25, 2018, at 5:04 PM, Michał Białecki notifications@github.com wrote:

Hi @bfeldman24 https://github.com/bfeldman24,

I have just released version 1.17, that supports password parameter. If you set an accessibility parameter to password, you can provide your own password. If you don't provide it, a password will be generated and returned.

Let me know if that works for you. Regards, Michał

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/egnyte/egnyte-dotnet/issues/9#issuecomment-415996471, or mute the thread https://github.com/notifications/unsubscribe-auth/AEvzf13vGponz6mdzlENEnvZP4ugH--nks5uUbv7gaJpZM4V9F5N.

mikuam commented 6 years ago

This seems to be resolved. I'm closing that issue.