I'm using the Dropbox API in my iOS app to allow users to sync data files to their DB account.
With some lack of foresight, I chose an App Folder Name that is not conducive to future expansion, therefore I'd like to change it. What are the implications of doing so, *specifically* in regards to files that have already been uploaded and synced between the device and Dropbox itself? Will any files in the current folder on a user's device be moved to a folder with the new name, or will the new folder appear with no files in it?
Thanks!