Podio API Documentation
Files: Upload linked account file
Uploads a linked account file for the given linked_account_id. After upload the file can either be attached directly to a file using the attach operation, used to replace an existing file using the replace operation or used as file id when posting a new object.
Parameters
- linked_account_id*
- Required.
Request
{
"external_file_id": The unique identifier of the file returned by the get files method,
"preserve_permissions": Indicates if the current permissions of the file should be preserved (optional)
}