TDV Adapter for Quickbase

Build 22.0.8462

UploadFile

Upload file attachments in Quick Base.

Input

Name Type Required Accepts Input Streams Description
SchemaName String True False The schema where the attachment field is located.
TableName String True False The table where the attachment field is located.
FieldName String True False The name of the attachment field.
RecordId String True False The id of the record that will contain the file attachment.
FileData String False False A string of data that will be used as the full contents of the file. This must be base-64 encoded. Required if LocalFile or Content are not specified.
LocalFile String False False The local file path including the file name of the file to be uploaded. A value for this field is required when FileData or Content are not specified.
Content String False True The content to be uploaded as an input stream. Only required if LocalFile and FileData are not specified.
FileName String False False The name you would like to give the document. If none is specified, the file name specified in the FullPath will be used. Required if FileData or Content is specified.

Result Set Columns

Name Type Description
Success Boolean Whether or not the operation was successful.
URL String The URL of the file attachment.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462