Podio API Documentation
Files: Copy file
Copies the file, which makes it available for attaching to another object.
The external_id of the new file will be "file_{old_file_id}", f.ex. "file_1234".
Usage
- Ruby Gem
-
file_attachment.rb
Podio::FileAttachment.copy( id )
Parameters
- file_id*
- Required.
Response
{
"file_id": The id of the newly created file
}