kendomen
- Total activity 228
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 89
Comments
Recent activity by 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...
-
Ok I'll try to add the automationUser as a collaborator to the folder.
-
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.
-
did you ever get an answer to this? thanks!Ken
-
Can you share your code?
-
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...
-
you just need to do and it should work: PM> Install-Package Box.V2
-
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...
-
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.
-
For JWT, there is none since the authorization step is done by the enterprise admin.