update_file_member
POST https://api.dropboxapi.com/2/sharing/update_file_member
scope: sharing.write
Changes a member's access on a shared file.
Request Body
{"file"=>"id:3kmLmQFnf1AAAAAAAAAAAw", "member"=>{".tag"=>"email", "email"=>"justin@example.com"}, "access_level"=>"viewer"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string | ||
Dropbox-API-Select-Admin | string |
RESPONSES
status: OK
{}