Skip to content

Commit 88401f9

Browse files
committed
Add README.md
1 parent 9cb43c2 commit 88401f9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Examples/SimpleBlogDemo/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Simple Blog Demo
2+
3+
A example web app built using Dropbox API v2 .NET SDK. This app allow you to post blogs which will be automatically saved to your Dropbox. It can help you go througth the server app OAuth flow and file operations APIs.
4+
5+
## Setup
6+
7+
To run this web app, load Dropbox.Api.sln in Visual Studio and set SimpleBlogDemo as startup project.
8+
9+
In appSettings section of Web.config, set DropboxAppKey and DropboxAppSecret to be your app key and secret. You can find them from the App Console at https://www.dropbox.com/developers/apps
10+
11+
Add http://localhost:5000/Home/Auth to the redirect URL list in the app console.
12+
13+
## Run
14+
15+
In Visual Studio, launch the web app in your desired browser. You can sign up for a test account by clicking the sign up button (make sure you put a blog name here, it will link to article creation page).
16+
17+
After registration, you can click the connect button which will kick out the OAuth flow. Once connected, all articles you create will be saved under /{Your Dropbox App Name} folder.

0 commit comments

Comments
 (0)