OBJECT
BrowseResponse
Description
Supported in v5.0+
link GraphQL Schema definition
- type BrowseResponse {
- # Supported in v5.0+
- # The type of file, either a regular file or a directory.
- String :
- # Supported in v5.0+
- # The name of the file.
- String :
- # Supported in v5.0+
- String :
- # Supported in v5.0+
- # The complete path of the file.
- String :
- # Supported in v5.0+
- Long :
- # Supported in v5.0+
- # Description about the status.
- String :
- # Supported in v5.3+
- # Reason the file is unreadable. Undefined if the file is readable.
- Int :
- }