bmantoni
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
bmantoniさんの最近のアクティビティ-
bmantoniさんがコメントを作成しました:
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さんがコメントを作成しました:
Sure: EventLog eventLog = getDownloadEvents();while (eventLog.getSize() > 0) {for (BoxEvent event : eventLog) { String itemId = event.getSourceJSON().get("item_id").asString(); Strin...
-
bmantoniさんがコメントを作成しました:
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さんが投稿を作成しました:
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さんがコメントを作成しました:
Ah this looks perfect! Thanks!
-
bmantoniさんが投稿を作成しました:
Accessing Box API without user logging in (normal "API token" approach)
回答済みI'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...