bmantoni
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by bmantoni-
bmantoni commented,
It comes back 404 for all files. Many of these users have definitely accepted Ts&Cs as they're day-to-day users. You don't see any issue with me using the "enterprise" connection rather than this ...
-
bmantoni commented,
Sure: EventLog eventLog = getDownloadEvents();while (eventLog.getSize() > 0) {for (BoxEvent event : eventLog) { String itemId = event.getSourceJSON().get("item_id").asString(); Strin...
-
bmantoni commented,
It wasn't, but I just enabled "Perform actions on behalf of users" and still get the 404. I'm using the getAppEnterpriseConnection, is that right? (as opposed to getAppUserConnection) Do I need to...
-
bmantoni created a post,
404 when trying to get BoxFolder.Info or BoxFile.Info (JWT authentication)
I'm authenticating with JWT using BoxDeveloperEditionAPIConnection.getAppEnterpriseConnectionI can successfully get events using EventLog.getEnterpriseEvents But when I try to get Info on a specif...
-
bmantoni commented,
Ah this looks perfect! Thanks!
-
bmantoni created a post,
Accessing Box API without user logging in (normal "API token" approach)
AnsweredI'm trying to write an app that will hit the API to retrieve usage data. I don't want to have a UI and require a user to login. I want the app to have a credential, server-side, that it uses to ac...