create_project_upload
Upload files to a Procore project by specifying project ID, file details, and upload segments for storage and access.
Instructions
Create Project Upload. [Core/File Access & Storage] POST /rest/v1.0/projects/{project_id}/uploads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| response_filename | No | By setting a filename you ensure that the storage service knows the filename of the upload. Files are often downloaded directly from the storage service and without the filename they will save on t... | |
| response_content_type | No | The content-type set through this parameter will be used by the storage service during download just like the response_filename. Setting this value is less important because HTTP clients and operat... | |
| attachment_content_disposition | No | The content type set through this parameter will be used by the storage system during download, similar to the response_filename. When set to true, the file will be downloaded as an attachment. Oth... | |
| size | No | File size in bytes | |
| segments | No | Upload segments |