Module files_api

Source

Enums§

AddFileAndLinkItError
struct for typed errors of method add_file_and_link_it
AddFileError
struct for typed errors of method add_file
DeleteFileError
struct for typed errors of method delete_file
DownloadFileError
struct for typed errors of method download_file
GetFileError
struct for typed errors of method get_file
GetFilesError
struct for typed errors of method get_files
LinkFileToItemError
struct for typed errors of method link_file_to_item
UpdateFileError
struct for typed errors of method update_file

Functions§

add_file
Lets you upload a file and associate it with a deal, person, organization, activity, product or lead. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-file" target="_blank" rel="noopener noreferrer">adding a file.
add_file_and_link_it
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.
delete_file
Marks a file as deleted. After 30 days, the file will be permanently deleted.
download_file
Initializes a file download.
get_file
Returns data about a specific file.
get_files
Returns data about all files.
link_file_to_item
Links an existing remote file (googledrive) 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.
update_file
Updates the properties of a file.