cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: How to launch Dropbox app from my app in a specific folder?

How to launch Dropbox app from my app in a specific folder?

jose b.21
New member | Level 1

Hey guys what's up? 

 

So as I said in the title. I'm trying to launch dropbox app from my app in the folder created by my app. How can I do that? 

 

PackageManager pm = getApplicationContext().getPackageManager();
Intent intent = pm.getLaunchIntentForPackage("com.dropbox.android");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);

This code launchs DropBox.

Best regards,
José.
2 Replies 2

Greg-DB
Dropbox Staff

The Dropbox API doesn't currently offer a way to do this, but we're tracking it as a feature request.

jose b.21
New member | Level 1

Ok thanks Gregory. 

Need more support?