I am getting Error listing folder contents: ApiError('NUMBERSANDLETTERS', ListFolderError('path', LookupError('not_folder', None)))
This comes from this line of code:
dbx.files_move(source_path, destination_path)
I believe I am getting this error because of the to_path. Is that how I should read this error statement?
My file structure on dropbox is Parent Folder/Apps/Child Folder/Processed
The from_path is '/Child Folder/Grandchild Folder/filename.csv'
I have tried the to_path = '/Child Folder/Processed', to_path ='/Child Folder/Processed', to_path = "/Child Folder/Processed/filename.csv', to_path = "/Child Folder/Processed/filename.csv/" and all have given the same error. I appreciate any help!