-
Notifications
You must be signed in to change notification settings - Fork 25
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
Authenticate with a developer token #238
Comments
So those functions are both aimed at using some form of clientID and clientSecret to generate a new token, which then gets stored in your active .Renviron file. I've never used the developer token with an app before I'm not sure how you would do about that the Box docs don't lay out a clear path. Can you test if it would work by manually crafting a httr::GET() request, something like this:
|
That does not work. But this does:
and this does
|
actually. Maybe no code change is needed: from a fresh R session after I delete the cached key:
|
see PR #239 |
Can you authenticate with either box_auth() or box_auth_service() using a developer token?
Our use case is we want to develop a application (that runs on GCP) and writes files in box. Our enterprise wont give us approve an application until we show a proof of concept. We don't have a JSON token file and they suggested we test with a developer token; however, neither box_auth() or box_auth_service() can handle a developer token (or I am using them improperly).
The text was updated successfully, but these errors were encountered: