Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8696635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:19:14+00:00 2026-06-13T01:19:14+00:00

I am adding Dropbox support to my iOS application. Using the official Dropbox API

  • 0

I am adding Dropbox support to my iOS application. Using the official Dropbox API and the tutorials online here I have gotten to the point where Dropbox needs to be authenticated. The code below is what is given to Authenticate when a button is pressed:

//MainViewController.m
....
@implementation CryptoMainViewController
.....
#pragma mark - Dropbox
- (void)didPressLink {
    if (![[DBSession sharedSession] isLinked]) {
        [[DBSession sharedSession] link];
    }
}

But no matter how I change the code, where I put it or what button I link it to, nothing will happen. Using breakpoints I’ve found that the method does in-fact get triggered. I’ve even put it in an IBAction, but this gives the same result. What am I doing wrong? How can I get my app to authenticate the end-user?

And, once authenticated, How can I save an NSString to the user’s Dropbox?

If this is just totally wrong, then where can I go to find resources on how to do this properly?

The whole tutorial, all of the documentation, api, etc. is available here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:19:15+00:00Added an answer on June 13, 2026 at 1:19 am

    I had the same problem; the reason was that I hadn’t set the shared Dropbox session, e.g.

    DBSession* dbSession = [[[DBSession alloc] initWithAppKey: @"your_app_key"
                                               appSecret: @"your_app_secret"
                                               root: kDBRootAppFolder] autorelease];
    [DBSession setSharedSession: dbSession];
    

    Once that was called the link worked fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Adding files to a specific directory using rackspace cloud files, c# bindings api more
I'm adding Dropbox to my app using the SDK available on their site. Is
Adding Exceptional Handling is a good practise, but I have a doubt, In our
After adding Restkit to the Podfile : platform :ios dependency 'Facebook-iOS-SDK', '1.2' dependency 'RestKit',
After adding a second persistence unit and changing my application's data sources to XADataSource
I'm using iPhone OS 4 and creating an application. I've a webview, over which
Adding expected types parameter changes response result in unexpected way. Request 1: https://maps.googleapis.com/maps/api/place/search/json?location=38.4551,-122.672045&radius=100&sensor=false&key= Request
Adding files to .hgignore will prevent them from being tracked. But we have some
I'm new to Visual Basic. I have a little program look like this. https://www.dropbox.com/s/xr44pxp3n79atkk/wall.png
I styled a UIBarButtonItem using Appearance API like the following [[UIBarButtonItem appearance] setBackgroundImage:barButtonBgImage forState:UIControlStateNormal

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.