OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
294 stars 143 forks source link

Sharedwithme functionality #174

Closed jclarkswiftsoftware closed 8 years ago

jclarkswiftsoftware commented 8 years ago

A few notes: Some of the files I updated were under a Generated folder. These files appear to be auto-generated by a tool that isn't included in the SDK so I updated the files directly with my changes. If you would like the files handled some other way, please let me know.

I also fixed a small bug, 2nd commit, where accessing items in a shared folder in OneDrive for Business wasn't working correctly. These items were located on another drive, but the path being generated by the API wasn't correct. The issue was due to "me" being included in the path.

Failure (notice "me" in the path): https://example-my.sharepoint.com:443/_api/v2.0/me/drives//items/

Success: https://example-my.sharepoint.com:443/_api/v2.0/drives//items/

msftclas commented 8 years ago

Hi @jclarkswiftsoftware, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

msftclas commented 8 years ago

@jclarkswiftsoftware, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.
Thanks, MSBOT;

jclarkswiftsoftware commented 8 years ago

I removed the commit the bug fix was in. You should be good to go on merging the branch.