Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + const DropboxApiErrorAccessError + const DropboxApiErrorBadInputParam + const DropboxApiErrorBadOrExpiredToken + const DropboxApiErrorEndpointSpecific + const DropboxApiErrorNoPermission + const DropboxApiErrorRateLimit + const DropboxApiResHeaderResult + const DropboxApiResHeaderRetryAfter + func ContentResponseData(res es_response.Response) es_json.Json + type AsyncContext interface + Async func(endpoint string) dbx_async.Async + type Context interface + AsAdminId func(teamMemberId string) Context + AsMemberId func(teamMemberId string) Context + Async func(endpoint string, d ...api_request.RequestDatum) dbx_async.Async + ContentHead func(endpoint string, d ...api_request.RequestDatum) dbx_response.Response + Download func(endpoint string, d ...api_request.RequestDatum) dbx_response.Response + Feature func() app_feature.Feature + List func(endpoint string, d ...api_request.RequestDatum) dbx_list.List + NoAuth func() Context + NoRetry func() Context + Notify func(endpoint string, d ...api_request.RequestDatum) dbx_response.Response + Post func(endpoint string, d ...api_request.RequestDatum) dbx_response.Response + Upload func(endpoint string, d ...api_request.RequestDatum) dbx_response.Response + WithPath func(pathRoot PathRoot) Context + type ListContext interface + List func(endpoint string) dbx_list.List + type PathRoot interface + Header func() string + func Home() PathRoot + func Namespace(namespaceId string) PathRoot + func Root(namespaceId string) PathRoot