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 token. client = Boxr::Client.new('{BOX_DEVELOPER_TOKEN}') However, this BOX_DEVELOPER_TOKEN expires every 60 minutes. So I decided to use JWT for authentication. So I generate the token the following way: token = Boxr::get_enterprise_token(private_key: