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: 

Re: business api is missing in python sdk

business api is missing in python sdk

Saar A.
Explorer | Level 4
Go to solution

I noticed that this question was asked long time ago(https://www.dropboxforum.com/t5/API-support/Business-API-with-Python-SDK/m-p/58209)

Is the answer the same?

 

thanks in advance

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
I see, thanks for clarifying. The /1/team/log/get_events endpoint hasn't been implemented in API v2 yet per the note here:

https://www.dropbox.com/developers/documentation/http/teams

The Python SDK only supports API v2, and once that endpoint is available on API v2, the SDK will be updated to include it.

View solution in original post

4 Replies 4

Greg-DB
Dropbox Staff
Go to solution
The official Dropbox Python SDK does now support the Business API:

https://dropbox-sdk-python.readthedocs.io/en/master/moduledoc.html#dropbox.dropbox.DropboxTeam

Saar A.
Explorer | Level 4
Go to solution

I'm sorry, but I couldn't find any implementation for log/get_events.

Can you point for me where it is?

Thanks

Greg-DB
Dropbox Staff
Go to solution
I see, thanks for clarifying. The /1/team/log/get_events endpoint hasn't been implemented in API v2 yet per the note here:

https://www.dropbox.com/developers/documentation/http/teams

The Python SDK only supports API v2, and once that endpoint is available on API v2, the SDK will be updated to include it.

Saar A.
Explorer | Level 4
Go to solution

Thanks

Need more support?