Documentation
¶
Index ¶
- func DownloadBoxFile(client *http.Client, boxFilePath string, localPath string) (string, error)
- func DownloadBoxFolder(client *http.Client, boxFolderPath string) error
- func GetBoxClient(credentialsFile string) (*http.Client, error)
- func HumanReadableBoxSize(size int64) string
- func ListBoxContents(client *http.Client, folderPath string) ([]BoxItemDisplay, []BoxItemDisplay, error)
- func ResolvePath(path string) (string, error)
- func UploadBoxFile(client *http.Client, localPath string, boxFolderPath string) error
- func UploadBoxFolder(client *http.Client, localPath string, boxFolderPath string) error
- type BoxCredentials
- type BoxError
- type BoxFolderItems
- type BoxItem
- type BoxItemDisplay
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadBoxFile ¶
func HumanReadableBoxSize ¶
func ListBoxContents ¶
func ListBoxContents(client *http.Client, folderPath string) ([]BoxItemDisplay, []BoxItemDisplay, error)
func ResolvePath ¶
func UploadBoxFile ¶
Types ¶
type BoxCredentials ¶
type BoxFolderItems ¶
Click to show internal directories.
Click to hide internal directories.