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?
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