cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Demo above git cannot run

Demo above git cannot run

jieDai
Explorer | Level 3

Demo runs directly:   

testdata * data = [testdata new];

 

if ([ data.fullDropboxAppSecret containsString:@"<"] ||

[ data.teamMemberFileAccessAppKey containsString:@"<"] ||

[ data.teamMemberManagementAppKey containsString:@"<"]) {

NSLog(@"\n\n\nMust set test data (in TestData.h) before launching app.\n\n\nTerminating.....\n\n");

exit(0);

}

1 Reply 1

Greg-DB
Dropbox Staff

If you want to run the SDK tests, you'll need to plug in the relevant values here. (Running the SDK tests isn't strictly necessary for using the SDK in your own app though.)

Need more support?