jcleblanc
- Total activity 814
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 373
Comments
Recent activity by jcleblanc-
Hi , To follow up on what Howard mentioned, it is possible to build a binary for Linux. Here's the issue response on it with the walktrhough: https://github.com/box/boxcli/issues/55
-
Hi Siva. The callback URL will be the same public application URL from where you redirect the user to Box to sign in and grant permissions to your app. The redirect will support localhost for local...
-
Hi there, If you want users to log in to their Box accounts for you to access files, then I'd recommend the standard OAuth 2 flow. Your application will redirect the user to Box to log in and grant...
-
Hi Andrew, As far as I'm aware that will require an API call to retrieve all global metadata templates, via https://developer.box.com/reference/get-metadata-templates-global/ - Jon
-
Hi , I ran a few tests myself using the content explorer and a JWT application, with all available scopes, and I was able to replicate the error as well. From what I can see this doesn't affect ...
-
Hi there, I forwarded your request to the Box support team, as they should be able to address any account changes. You should have received an email with the details. Thanks, Jon
-
Hi there, Unfortunately at the current time Box Notes does not have native support through the APIs / SDKs. This is a feature that has been requested and is one that we are researching, but we don'...
-
Hi Wesley, The reference guide can be a bit confusing in this instance because it incorporates all possible options / values for all of our different auth types. Here's what you'll need to know for...
-
Official comment Hi Wesley, That's correct, expires_in will be the time in seconds until token expiration. You can see more detail about the token object response over here. - Jon
-
Hi there, I don't think you're in the right forum, unless this setup is trying to collect data from Box APIs. I would recommend the Wordpress forums.