Questions tagged [ruby-box]

RubyBox provides a simple, chainable, feature-rich client for Box's 2.0 API.

RubyBox provides a simple, chainable, feature-rich client for Box's 2.0 API.

2 questions
1
vote
3 answers

How do I complete this OAuth procedure without a server?

I'm using the ruby-box gem to connect to box.com, where it states to use this code to get an access token: session = RubyBox::Session.new({ client_id: $boxClientID, client_secret: $boxClientSecret }) authorize_url =…
Andrew
  • 15,935
  • 28
  • 121
  • 203
0
votes
1 answer

Unable to get folder by id using Boxr gem Ruby SDK for Box API

I'm currently working on a Rails 5.2 application where I'm using FormStack form service. Formstack makes use of Box for it's storing services. I started using Boxr gem to interact with the Box API. To create a client you will need a developer…
Steven Aguilar
  • 3,107
  • 5
  • 39
  • 89