class documentation

Metadata for a file or folder. :ivar files.Metadata.name: The last component of the path (including extension). This never contains a slash. :ivar files.Metadata.path_lower: The lowercased full path in the user's Dropbox. This always starts with a slash. This field will be null if the file or folder is not mounted. :ivar files.Metadata.path_display: The cased path to be used for display purposes only. In rare instances the casing will not correctly match the user's filesystem, but this behavior will match the path provided in the Core API v1, and at least the last path component will have the correct casing. Changes to only the casing of paths won't be returned by :meth:`dropbox.dropbox_client.Dropbox.files_list_folder_continue`. This field will be null if the file or folder is not mounted. :ivar files.Metadata.parent_shared_folder_id: Please use ``FileSharingInfo.parent_shared_folder_id`` or ``FolderSharingInfo.parent_shared_folder_id`` instead. :ivar files.Metadata.preview_url: The preview URL of the file.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable name Undocumented
Instance Variable parent_shared_folder_id Undocumented
Instance Variable path_display Undocumented
Instance Variable path_lower Undocumented
Instance Variable preview_url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _name_value Undocumented
Instance Variable _parent_shared_folder_id_value Undocumented
Instance Variable _path_display_value Undocumented
Instance Variable _path_lower_value Undocumented
Instance Variable _preview_url_value Undocumented
def __init__(self, name=None, path_lower=None, path_display=None, parent_shared_folder_id=None, preview_url=None): (source)

Undocumented

parent_shared_folder_id = (source)

Undocumented

path_display = (source)

Undocumented

path_lower = (source)

Undocumented

preview_url = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_name_value = (source)

Undocumented

_parent_shared_folder_id_value = (source)

Undocumented

_path_display_value = (source)

Undocumented

_path_lower_value = (source)

Undocumented

_preview_url_value = (source)

Undocumented