jhoerr / box-csharp-sdk-v2

A C# client for the Box API (v2).
http://developers.box.com/docs/
11 stars 15 forks source link

.TransferOwnerShip Call #29

Open mascon opened 11 years ago

mascon commented 11 years ago

I noticed that there is a documented way to transfer ownership of a folder to another user.

Transferring ownership: To transfer ownership of a folder (as the current owner of the folder), first create a collaboration for the new user with any role. Then update that collaboration with a role of ‘owner’.

I think this might be nice to wrap it up in a single call from the SDK