Skip to content

Commit

Permalink
Note change at Dropbox auth session object
Browse files Browse the repository at this point in the history
  • Loading branch information
webframp committed Jan 18, 2013
1 parent eea4834 commit 014cf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Sync/Dropbox/DropboxTransferManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ - (id)init {
active = false;
paused = false;
data = [[NSMutableData alloc] init];
// We use App Folder as recommended by Dropbox, so kDBRootAppFolder instead of kDBRootDropbox
dbSession = [[DBSession alloc] initWithAppKey:APP_KEY appSecret:APP_SECRET root:kDBRootAppFolder];
[DBSession setSharedSession:dbSession];
dbClient = [[DBRestClient alloc] initWithSession:dbSession];
Expand Down

0 comments on commit 014cf26

Please sign in to comment.