package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Constants

Types of things in Item.
Types of things in Item.
Types of things in Item.
Types of things in Item.
Types of things in Item.

# Variables

ItemFields are the fields needed for FileInfo.

# Structs

AppAuth defines the shape of the appAuth within boxAppSettings in config.json.
AppSettings defines the shape of the boxAppSettings within box config.json.
CommitUpload is used in the Commit Upload call.
ConfigJSON defines the shape of a box config.json.
CopyFile is the request for Copy File.
CreateFolder is the request for Create Folder.
CreateSharedLink is the request for Public Link.
Error is returned from box when things go wrong.
FolderItems is returned from the GetFolderItems call.
Item describes a folder or a file as returned by Get Folder Items and others.
Parent defined the ID of the parent directory.
Part defines the return from upload part call which are passed to commit upload also.
PreUploadCheck is the request for upload preflight check.
PreUploadCheckConflict is returned in the ContextInfo error field from PreUploadCheck when the error code is "item_name_in_use".
PreUploadCheckResponse is the response from upload preflight check if successful.
UpdateFileModTime is used in Update File Info.
UpdateFileMove is the request for Upload File to change name and parent.
UploadFile is the request for Upload File.
UploadPartResponse is returned from the upload part call.
UploadSessionRequest is uses in Create Upload Session.
UploadSessionResponse is returned from Create Upload Session.
User is returned from /users/me.

# Type aliases

Time represents date and time information for the box API, by using RFC3339.