cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

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

Dropbox Webhook for Business

Dropbox Webhook for Business

Gegham J.
New member | Level 2

Just install dropbox-psd-python (https://github.com/dropbox/dropbox-sdk-python). Business App integration process was ok. When I add file to my Dropbox Business

{    
u
'list_folder': {
u
'teams': {
u
'dbtid:AAB***': [
u
'dbmid:AAA******',
u'dbmid:AAC******' ] } },
u
'delta': {
u
'teams': {
u
'dbtid:AAB***': [
u'dbmid:AAA******',
u'dbmid:AAC******' ] } } }

Now I want to call delta to get what exactly change with my dropbox, as I did it before

client = dropbox.dropbox.DropboxTeam(token)
client.delta(cursor)

But there is not delta function call in last version? And I could not find anything substitute of delta How can I do it?

Thanks.

1 Reply 1

Greg-DB
Dropbox Staff

[Cross-linking for reference: https://stackoverflow.com/questions/45880174/dropbox-webhook-for-business ]

 

The 'delta' method was for API v1, which is deprecated and being retired soon. The API v1 functionality was recently removed entirely from the Python SDK.

 

The equivalent functionality for API v2 that you should use instead is files_list_folder and files_list_folder_continue.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?