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: 

python SDK - Create file requests

python SDK - Create file requests

nalexandre
New member | Level 2

I would like to create a file request through the python API. I am however puzzled as to how to do that. Should I use the class EventCategory? Reading the documentation I dint understand what to put to the parameters 'tag' and 'value'.  Or maybe teh EvenDetail using this method:

 

dropbox.team_log.EventDetails(tag=?, value=?).file_request_change_folder_details(val=?) 

But once again, I fail at guessing the expected and available tags and values.

Any hint?

 

Thanks for your time!

alex

2 Replies 2

Greg-DB
Dropbox Staff
The Dropbox API doesn't offer the ability to programmatically create file requests unfortunately, but I'll be sure to pass this along as a feature request.

Greg-DB
Dropbox Staff
The Dropbox API now offers the ability to get, list, create, and update file requests. In the Python SDK, this is available via the file_requests_* methods:

https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.file_requ...

Need more support?
Who's talking

Top contributors to this post

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