martin_dev
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by martin_dev-
martin_dev created a post,
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 created a post,
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 commented,
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 commented,
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 created a post,
How to look up user by username or email?
AnsweredI 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 commented,
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 commented,
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 created a post,
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 created a post,
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 commented,
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....