cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know what we learned at IBC? Check out our learnings on media, remote working and more right here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

dropbox path

dropbox path

alicera
Explorer | Level 3

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)'

2 Replies 2

alicera
Explorer | Level 3

What is the different for the two folder icon?

The one is only you.

Another is member.

How to change the member to only you

alicera_0-1640692395247.png

 

Greg-DB
Dropbox Staff

For guidance on interacting with the Dropbox filesystem, such as finding and using paths, managing sharing, etc., I recommend reading the following guides:

Those cover various concepts and illustrate how to use them, like the differences between shared folders, team folders, and team spaces. Note that they generally refer to the HTTP endpoints directly, but there are corresponding native methods in the Python SDK.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    alicera Explorer | Level 3
What do Dropbox user levels mean?