How to share apps folder to another dropbox user

Sieryuu picture Sieryuu · Aug 8, 2012 · Viewed 9.3k times · Source

I am developing an app that can upload and download within dropbox folder the dropbox automatically create an apps folder

my question is, how to share the folder to another dropbox user

i have tried before, it stated that the apps folder cannot be shared or can I change the coding to create the folder not in the apps folder?

Answer

Sieryuu picture Sieryuu · Aug 8, 2012

change final static private AccessType ACCESS_TYPE = AccessType.APP_FOLDER; to final static private AccessType ACCESS_TYPE = AccessType.DROPBOX;

if will create the folder that can share to other user