kendomen
- 合計アクティビティ 228
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 89
アクティビティの概要
kendomenさんの最近のアクティビティ-
kendomenさんがコメントを作成しました:
So taking out ancestor-folder-id and doing something like this might be the solution since i get results from this. box search xxxx --scope enterprise_content --content-types files --fields name,p...
-
kendomenさんがコメントを作成しました:
Ok I'll try to add the automationUser as a collaborator to the folder.
-
kendomenさんがコメントを作成しました:
I think that's why I'm confused. I can get box folder:get xxxxxthe other thing is I have GAC enabled for this app with enterprise scope and all permissions enabled.
-
kendomenさんが投稿を作成しました:
box cli search and using --ancestor-folder-ids
When I use box cli search with --ancestor-folder-ids, I get a 404 box search xxxx --scope enterprise_content --content-types files --ancestor-folder-ids xxxxxxxx | jq '[limit(3;.[] | select(.name ...
-
kendomenさんがコメントを作成しました:
did you ever get an answer to this? thanks!Ken
-
kendomenさんがコメントを作成しました:
Can you share your code?
-
kendomenさんがコメントを作成しました:
This should work... adminAPIClient.enterprise.getUsers({filter_term: FOLDER_OWNER_EMAIL}, function (err, users) { var owner = users.entries[0]; var userAPIClient = sdk.getAppAuthClient('user', o...
-
kendomenさんがコメントを作成しました:
you just need to do and it should work: PM> Install-Package Box.V2
-
kendomenさんがコメントを作成しました:
If I put a filter_term, then I get back a result but if I don't, I get back no results.I can dig into the SDK a little more... var boxConfig = new BoxConfig(CLIENT_ID, CLIENT_SECRET, ENTERPRISE_ID...
-
kendomenさんがコメントを作成しました:
i think in that case, you need to select "Standard Oauth2.0 (User Authentication)". Then you'll be able to put a redirect url in the app.