Konomi
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Konomi-
Konomi created a post,
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 created a post,
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 created a post,
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 commented,
Thank you so much for your help!!!!!
-
Konomi created a post,
Can I move a folder(including multiple files) by making a single API call?
AnsweredHi. 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 ...