How to know my path in dropbox with code?
I cant search the folder in dropbox with code .
How to define the path in dropbox?
res = self.dbx.files_list_folder(self.DB_ROOT_DIR, recursive=True)
.local/lib/python3.8/site-packages/dropbox/base.py", line 1952, in files_list_folder
r = self.request(
File "/home/sa/.local/lib/python3.8/site-packages/dropbox/dropbox_client.py", line 348, in request
raise ApiError(res.request_id,
dropbox.exceptions.ApiError: ApiError('740fd88ae92543a98753b6efb5af7101', ListFolderError('path', LookupError('not_found', None)))
I make sure I have the folder in dropbox
/test/1/1.jpg
But I cant find the folder in code.
Is it because I try the Dropbox Business?
https://qiita.com/tksnino/items/ee624221d3da00c89005
Does it affect the read ?
name='test (view-only conflicts 2021-12-16)', parent_shared_folder_id=NOT_SET, path_display='/test (view-only conflicts 2021-12-16)'