dan77
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
dan77さんの最近のアクティビティ-
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...
-
dan77さんが投稿を作成しました:
Upload file with same name
回答済みFor 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さんがコメントを作成しました:
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さんがコメントを作成しました:
This section (https://developer.box.com/v2.0/reference#fetching-a-thumbnail-representation) is currently unavailable
-
dan77さんが投稿を作成しました:
Getting a thumbnail
回答済みI 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さんが投稿を作成しました:
Getting a user
回答済みFor 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さんがコメントを作成しました:
Thank you!
-
dan77さんが投稿を作成しました:
Operation cost
回答済みWhat kind of operation is the user paying for when uploading a file - calling api, converting a file, or something else?