Forum Discussion

craggleb's avatar
craggleb
Explorer | Level 4
6 years ago
Solved

Pythong SDK - team_team_folder_list

Hi I'm having trouble attempting to use the python SDK

I'm trying to access a list of team folders using 'team_team_folder_list'

For example:

dbx = dropbox.Dropbox(access_token)
result = dbx.team_team_folder_list(path="")

Gives the error:

Traceback (most recent call last):
  File "dropbox-test.py", line 116, in <module>
    result = dbx.team_team_folder_list(path="")
AttributeError: 'Dropbox' object has no attribute 'team_team_folder_list'

I've tried a few variants of the above - and can see the function defined in the SDK - am I supposed to be calling it in a different way?

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 44 minutes ago
352 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!