Is there a sample of creating a folder in Dropbox from the Android Java SDK for Core API v2? The example of uploading files seems to deal only with the root folder. I have a background task that has an instance of DbxUserFilesRequests. I know that applying createFolder() to this instance will do it, but if the folder already exists, it throws an exception. How can I find out if the folder exists before attempting to create it?