dan77
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by dan77-
dan77 created a post,
Refresh token for ruby
For work with the service I use gem 'boxr'. For uploading files, authentication is required, which I perform through JWT, as described in the documentation user = Boxr::get_user_token(user_id, pri...
-
dan77 created a post,
Upload file with same name
AnsweredFor work with the service I use gem 'boxr'. For example, I upload a file with name - "test.pdf". Then I upload a completely different file, but with the same name "test.docx".But at this point I g...
-
dan77 commented,
I assumed that this is due to my settings in the service. I did everything that you said, but I'm still getting this error.In section "Authentication Method" i set - OAuth 2.0 with JWT (Server Aut...
-
dan77 commented,
This section (https://developer.box.com/v2.0/reference#fetching-a-thumbnail-representation) is currently unavailable
-
dan77 created a post,
Getting a thumbnail
AnsweredI use gem 'boxr', I want to get a thumbnail of the uploaded file, the code is: image = client.thumbnail( file, min_height: 300, min_width: 300, max_height: nil, max_width: nil )But instead I get t...
-
dan77 created a post,
Getting a user
AnsweredFor work with the service I use gem 'boxr'. For uploading files, authentication is required, which I perform through JWT, as described in the documentationuser = Boxr::get_user_token(user_id, priv...
-
dan77 commented,
Thank you!
-
dan77 created a post,
Operation cost
AnsweredWhat kind of operation is the user paying for when uploading a file - calling api, converting a file, or something else?