MichaelYu
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
MichaelYuさんの最近のアクティビティ-
MichaelYuさんが投稿を作成しました:
Updating a user via API resets group membership access level
My scenario:I have a user who is assigned the coadmin role. He is the admin of 3 groups. When I call PUT https://api.box.com/2.0/users/***number removed for privacy*** with a body of {"role":"coad...
-
MichaelYuさんが投稿を作成しました:
Get Folder’s Items API returns nothing even though there are items
回答済みhttps://api.box.com/2.0/folders/0/items?limit=1&offset=28 returns nothing:{"total_count": 51,"entries": [],"offset": 28,"limit": 1,"order": [{"by": "type","direction": "ASC"},{"by": "name","direct...
-
MichaelYuさんが投稿を作成しました:
Get Folder’s Items API total_items not accurate
回答済みI am calling https://api.box.com/2.0/folders/0/itemsand the response I get back tells me there should be 51 items, but there are only 49 items in the array that gets returned. Are there some hidde...
-
MichaelYuさんがコメントを作成しました:
Thanks, I have submitted a ticket.
-
MichaelYuさんがコメントを作成しました:
ping again.
-
MichaelYuさんがコメントを作成しました:
ping. please help
-
MichaelYuさんが投稿を作成しました:
Change user's login api returns 403
Hello, I am trying to change a user's login email address. Sometimes this API works for me, sometimes it doesnt and I am not sure why. I do not have access problems with the other APIs, only this ...
-
MichaelYuさんが投稿を作成しました:
Add Email Alias API returns bad request
回答済みHello, I am trying to add an Email address to a user, but am getting 400 response and I do not know why. What limitations are there for adding email address?API: https://docs.box.com/reference#add...