Closed jclarkswiftsoftware closed 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;
@jclarkswiftsoftware, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.
Thanks, MSBOT;
I removed the commit the bug fix was in. You should be good to go on merging the branch.
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/