Drive > Files > File/Directory > Access

Synchronize with parent rights

Retrieve the parent access rights and apply them to the current file. Any further update on parent access rights will be propagated to this file, unless its access rights have been changed.

post/2/drive/{drive_id}/files/{file_id}/access/sync-parent

Path parameters

drive_idinteger required

Drive identifier

file_idinteger required

File identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.