-
Notifications
You must be signed in to change notification settings - Fork 451
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
Better Examples #28
Comments
|
@JimBobSquarePants thanks for the feedback! I'm sending this along to the team as a request to expand on the samples for these use cases. Here's some basic sample code I have handy for uploading files, using upload sessions for larger files: And here's a basic example of getting a shared link for a file, either by creating a new one, or retrieving an existing one: |
|
Hi @greg-db Thanks for that. I wasn't aware that the error handling code was necessary for share links so this is most useful! |
|
No problem. There are other errors too, but exactly what errors you handle specifically and how is up to you of course. I thought that particular error is relatively important though, since |
|
Will do. Thanks! |
|
just wanted to say that better examples should not be considered "enhancement" decent examples in API documentation is probably the most important part, especially regarding the documentation about it. it shows how the api is expected to be used, by the programmers that wrote it |
|
Thanks for the feedback @gtsiros ! I'll send it along to the team. |
|
can there be an example added how to login to dropbox from an uwp-app? my code till so far logs in but stops when it shows the access token :-( |
|
@MannusEtten I'll send this along as a request for a UWP example in particular. Thanks! |
|
thanks @greg-db, i do really wonder how the hell to let users authorize / authenticate with dropbox by oauth. my oauth-screen stops when it shows the accesstoken when can i expect something to try? |
|
@MannusEtten Please open a new issue with details on what you're stuck on or what isn't working, and we'll take a look. |
Hi there,
The example code in the repository seems sorely limited.
Two use-cases I can't seem to find for example, are uploaded files in chunks and retrieving the share url for a file once it has been uploaded.
Would it be possible to add example code demonstrating how to do both of those things?
Cheers!
The text was updated successfully, but these errors were encountered: