dan77
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by dan77-
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...
-
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...
-
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...
-
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...
-
Operation cost
AnsweredWhat kind of operation is the user paying for when uploading a file - calling api, converting a file, or something else?