Konomi
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Konomiさんの最近のアクティビティ-
Konomiさんが投稿を作成しました:
File downloaded history
Hi. I want to obtain a file downloaded history with Box API.Clearly I need two information below.・Who downloaded a file・What time was a file downloaded I've read through the references, and I don'...
-
Konomiさんが投稿を作成しました:
Set an App User's access scope
Hello. I created an App User for a client.However I want to allow the App User to access to a specific folder.Is there any way to set an App User's access scope?I've checked that an App User can a...
-
Konomiさんが投稿を作成しました:
Get all folders in a specific folder
Is there any way to get all folders in a specific folder with API?I'm using Ruby SDK (Boxr). I have tried with search method like this.require 'boxr' client = Boxr::Client.new("token") search_que...
-
Konomiさんがコメントを作成しました:
Thank you so much for your help!!!!!
-
Konomiさんが投稿を作成しました:
Can I move a folder(including multiple files) by making a single API call?
回答済みHi. I am going to try to move some folders(including multiple files) in my app which is made with Boxr.https://github.com/cburnette/boxr I would like to know if it's possible that moving a folder ...