I'm using a Dropbox App with "Full Dropbox" access. I already have it working in one dropbox account and i'm setting it up for a client in a new account. They both seem to be the same type of account.
The problem is when i create folders via the Ruby SDK its putting the folders in the wrong place. I want it to go here:
*/Vendor OnBoarding/NEW FOLDER*
Instead its creating the folder structure here, where "John Doe" is my user name.
*/John Doe/Vendor OnBoarding/NEW FOLDER*
See screenshot below. The John Doe folder is in purple.
vendor_path = "/Vendor OnBoarding/Vendor Assets/NEW VENDOR"
dropbox_client = DropboxApi::Client.new(ENV['DROPBOX_ACCESS_TOKEN'])
dropbox_client.create_folder vendor_path