Dropbox API
Getting access, Developing, Testing
Back to DropboxFiles - Properties - Add
Input
type: object
properties:
data:
type: object
description: >
path: A unique identifier for the file or folder.
property_groups: The property groups which are to be added to a Dropbox
file.
properties:
path:
type: string
description: A unique identifier for the file or folder.
property_groups:
type: array
description: The property groups which are to be added to a Dropbox file.
items:
type: object
description: >
A subset of the property fields described by the corresponding
:type:`PropertyGroupTemplate`. Properties are always added to a
Dropbox file as a :type:`PropertyGroup`. The possible key names and
value types in this group are defined by the corresponding
:type:`PropertyGroupTemplate`.
template_id: A unique identifier for the associated template.
fields: The actual properties associated with the template. There
can be up to 32 property types per template.
properties:
fields:
type: array
description: >-
The actual properties associated with the template. There can be
up to 32 property types per template.
items:
type: object
description: >
Raw key/value data to be associated with a Dropbox file.
Property fields are added to Dropbox files as a
:type:`PropertyGroup`.
name: Key of the property field associated with a file and
template. Keys can be up to 256 bytes.
value: Value of the property field associated with a file and
template. Values can be up to 1024 bytes.
properties:
name:
type: string
description: >-
Key of the property field associated with a file and
template. Keys can be up to 256 bytes.
value:
type: string
description: >-
Value of the property field associated with a file and
template. Values can be up to 1024 bytes.
template_id:
type: string
description: A unique identifier for the associated template.
title: Data