kendomen
- Total activity 228
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 89
Activity overview
Latest activity by kendomen-
kendomen commented,
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 commented,
Ok I'll try to add the automationUser as a collaborator to the folder.
-
kendomen commented,
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 created a post,
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 commented,
did you ever get an answer to this? thanks!Ken
-
kendomen commented,
Can you share your code?
-
kendomen commented,
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 commented,
you just need to do and it should work: PM> Install-Package Box.V2
-
kendomen commented,
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 commented,
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.