martin_dev
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
投稿
martin_devによる最近のアクティビティ-
How long should I hold on to a Box SDK Client?
I'm accessing the Box APIs via the Node.js Box SDK. Once I've created a client object for a user (using sdk.getAppAuthClient('user', uid)) how long should I keep hold of it? If I keep using it for...
-
How to create a link to a folder for existing collaborators? (Not creating a shared link)
I am writing a web app that integrates with Box, and I want to include a link to a folder that I know the current user is alreadya collaborator on.I do not need a "shared link" (and I don't want t...
-
How to look up user by username or email?
回答済みI have a service account that wants to perform an operation as a user using the "As-User" header (or do some other operation regarding a user). However, the code that is going to be making these c...
-
Can an app use both user auth and app auth?
I am looking at writing an app (external webapp that uses the Box APIs) that allows a user to authorise the app to access their Box account, then perform some actions on their Box account's files ...
-
Options for using Box during automated system testing of Box Platform apps?
I've been thinking about how I would test a new Box Platform app. (Automated testing, of course). Most of my tests would be at a low enough level that they would not hit Box (instead using Stubs o...
-
How to revoke permissions granted to the app for submitting edits to the Box docs?
回答済みI recently submitted a suggested edit to the docs at https://docs.box.com. This asked me to grant access to my Box account to an app (I think it was readme.io). I have three questions about this, ...