-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid client_id when trying to get authorization code #79
Comments
@mndrix yes, 'go get' won't work because the credentials in the code base are "dummy". If you are really motivated, you can register your own apps (https://www.dropbox.com/developers/apps) and build using your own credentials. It'll be simpler though for me to just add OpenBSD to the list of generated binaries -- only caveat is that I have no way of testing them, so you'll be on your own there. LMK if that works for you and I can generate a new release with OpenBSD binaries. Can you provide the exact OS/Arch combo you are using? |
That sounds good to me.
|
@mndrix try the binary from the latest releases page and LMK! https://github.com/dropbox/dbxcli/releases/latest |
The OpenBSD binary release is working fine for me. Thanks |
Not everyone reads installation instructions since And BTW, the instructions are incomplete as one also needs to add scopes (files.metadata.read, etc. are not enabled by default) |
I've installed dbxcli via "go get" since binaries are not available for OpenBSD. When I copy and paste the OAuth URL I get this error:
Issue #62 resolved this problem by installing the latest binaries. Since those aren't available for my platform, how should I proceed? Thanks.
The text was updated successfully, but these errors were encountered: