martin_dev
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
martin_devさんの最近のアクティビティ-
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...
-
martin_devさんが投稿を作成しました:
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...
-
martin_devさんがコメントを作成しました:
10 months later, and metadata is still listed as beta.(And the warning at the bottom of the "Create metadata template" operation on the API reference makes it look like that applies to files as we...
-
martin_devさんがコメントを作成しました:
On thinking about it a little more, I realised that it only makes sense to be able to do this within a given enterprise - I shouldn't be able to look up the ID for any user anywhere in Box. Which ...
-
martin_devさんが投稿を作成しました:
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...
-
martin_devさんがコメントを作成しました:
Also, is this enterprise access token only intended to be used by apps written by a company for their own Box enterprise? That is, if I write an app that is intended to be made available to multip...
-
martin_devさんがコメントを作成しました:
This does not appear to have been clarified in the docs yet.This page talks about where to find it, but doesn't mention that only the primary admin can see it: https://docs.box.com/v2.0/docs/app-...
-
martin_devさんが投稿を作成しました:
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 ...
-
martin_devさんが投稿を作成しました:
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...
-
martin_devさんがコメントを作成しました:
I'm not an administrator on the enterprise that I accepted the app on, so I can't look there myself. However, I would expect for a user who grants an app access to be able to revoke it themselves....