Documentation
¶
Index ¶
- func DownloadBoxFolder(client *http.Client, boxFolderPath string) error
- func DownloadBoxItem(client *http.Client, boxPath string, localPath string) (string, error)
- func GetBoxClient(credentialsFile string) (*http.Client, error)
- func HumanReadableBoxSize(size int64) string
- func ListBoxContents(client *http.Client, path string) ([]BoxItemDisplay, []BoxItemDisplay, error)
- func ResolvePath(path string) (string, error)
- func SyncBoxDirectory(client *http.Client, localDir string, remotePath string) error
- func UploadBoxFolder(client *http.Client, localPath string, boxFolderPath string) error
- func UploadBoxItem(client *http.Client, localPath string, boxFolderPath string) error
- type BoxCredentials
- type BoxError
- type BoxFolderItems
- type BoxItem
- type BoxItemDisplay
- type FileInfo
- type FileTree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadBoxItem ¶ added in v1.0.5
func HumanReadableBoxSize ¶
func ListBoxContents ¶
func ListBoxContents(client *http.Client, path string) ([]BoxItemDisplay, []BoxItemDisplay, error)
func ResolvePath ¶
func SyncBoxDirectory ¶ added in v1.0.5
func UploadBoxFolder ¶
Types ¶
type BoxCredentials ¶
type BoxFolderItems ¶
type BoxItemDisplay ¶
Click to show internal directories.
Click to hide internal directories.