NXdriveBeta / WindowsApp

0 stars 0 forks source link

Updating SDK #30

Open NXdriveBeta opened 4 years ago

NXdriveBeta commented 4 years ago

Need to use the latest sdk to access group feature including group operations and all other queries.

NXdriveBeta commented 4 years ago

Found out why group description is missing, it's both server side and sdk problem. SDK is already fixed. Waiting for User portal project to be published.

NXdriveBeta commented 4 years ago

Some api in SDK needs to fixed because of the latest group guid change.

NXdriveBeta commented 4 years ago

.net http will turn empty string values in the request into null values, which might cause problem in computing(depends on whether service can handle null or not). Here is a article about DefaultModelBinder that might help solve this problem.

https://www.syncfusion.com/kb/8932/how-to-prevent-the-default-behavior-of-mvc-converting-string-empty-to-null-values

NXdriveBeta commented 4 years ago

SDK needs to add a UserGroupAPI to help compute other user information, given a group context. For example, given a group id, compute all members in that group, including detailed information like username, email address etc.

NXdriveBeta commented 4 years ago

Added 5 methods in total, 2 talks to user portal, 3 talks to file system engine:

They are all tested in SDK project.

NXdriveBeta commented 4 years ago

With the latest extension, NXDrive client can

NXdriveBeta commented 4 years ago

Will keep this issue open until nxdrive desktop app utilize these new features with new UI design.

NXdriveBeta commented 4 years ago

Latest SDK only works with test.nxdrive.com (both portal and filesystem engine), remember to change configuration in windows app project. Will change it back after the official website is published.