pub async fn add_file_and_link_it(
configuration: &Configuration,
file_type: &str,
title: &str,
item_type: &str,
item_id: i32,
remote_location: &str,
) -> Result<AddFileAndLinkItResponse200, Error<AddFileAndLinkItError>>
Expand description
Creates a new empty file in the remote location (googledrive
) that will be linked to the item you supply. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-remote-file" target="_blank" rel="noopener noreferrer">adding a remote file.