Registry / cloud / dropbox-dropbox-sdk-go-unofficial-v6

dropbox-dropbox-sdk-go-unofficial-v6

JSON →
library6.0.5gogounverified

Package dropbox provides an unofficial Go client library for the Dropbox API.

go get github.com/dropbox/dropbox-sdk-go-unofficial/v6
INSTALL
IMPORT
SIG · DROPBOX-DROPBOX-SD
D
dropbox-dropbox-sdk-go-unofficial-v6
cloudgov6.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dropbox
github.com/dropbox/dropbox-sdk-go-unofficial/v6

Creates a Dropbox client and fetches the current user's account info.

package main import ( "context" "log" "github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox" ) func main() { config := dropbox.Config{ Token: "your-access-token", } client := dropbox.New(config) _, err := client.Users.GetCurrentAccount(context.Background()) if err != nil { log.Fatal(err) } log.Println("Authenticated") }
Debug
Known issues
gotchaThis is an unofficial SDK; API coverage may be incomplete or lag behind official changes.
fix
Check the repository for updates and consider using the official Dropbox API directly if needed.
affects: all
Upgrade
Version history
6.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
dropbox-dropbox-sdk-go-unofficial-v6 — go get dropbox-dropbox-sdk-go-unofficial-v6 · libregistry