-
Notifications
You must be signed in to change notification settings - Fork 22
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
Can the examples be more specific? #35
Comments
I agree. I have spent a lot of time trying to figure this out and it isn't clear at all. |
@kevitra if you figured out stuff, can you share it here? I agree it is far from useful. Here, I'll start! I was able to determine that:
|
All sample projects like "OneDriveApiBrowser" for standard winform should be updated to include refresh tokens. What app would not want to use this or at least demonstrate how to. Does Microsoft not care about this? Why are you not replying to the issues? How to integrate to OneDrive keeps changing and MS is forcing businesses to change from the deprecated "OneDrive Rest Api", so please make sure the SDK has updated samples and documentation. It's hard to believe this post 13 months old. |
It's extremely frustrating for new users. There are variables which is not shown what they are set to, and sometimes are deprecated. For example:
First it seems that this code fragment is outdated based on the latest version of the library.
My biggest frustration was with oneDriveConsumerBaseUrl - no explanation where it comes from. Not even an example so that we can try to deduce its meaning.
Even for clientId and returnUrl it would have been useful to show an example what they are, and more importantly, where to get them from.
A simple 5-10 line command line example, showing the different authentication types, including non UWP, desktop apps would have been much more helpful IMO. Check GoogleDrive examples.
The text was updated successfully, but these errors were encountered: