Carter Land

  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by Carter Land
  • Carter Land created a post,

    Access Token was working, but now it's not.

    Answered

        uri = URI('https://api.box.com/oauth2/token')    token_request = Net::HTTP::Post.new(uri)    token_request['Content-Type'] = 'application/x-www-form-urlencoded'    token_request.set_form_data( ...