DropboxFileDetails Object
Contains information about file contents that were loaded into the Dropbox.
This object is used by the following operations:
- POST /api/dropbox/readfiledetails (in the response)
- GET /api/dropbox/readfiledetails (in the response)
- POST /api/dropbox/readurl (in the response)
The properties included in the DropboxFileDetails object are listed below.
Note: Either ServiceDescriptorDocument or ZipFileEntry must be present.
Property | Type | Description |
---|---|---|
FileName | string | The name of the file, including extension. |
FileType | string | The type of file: for example, json. |
DropboxFileId | string | Unique ID for the file uploaded to the Dropbox. |
ServiceDescriptorDocument | ServiceDescriptorDocument[ ] |
Contains information to let the user know the possible options based on an API description document uploaded to the Dropbox. For example, one document might include more than one service. Required if ZipFileEntry is not present. |
ZipFileEntry | string[ ] |
Contains information to let the user know the possible options based on a ZIP file uploaded to the Dropbox for creating an API. For example, one ZIP file might include more than one service, or multiple files each with multiple services. Required if ServiceDescriptorDocument is not present. |