Scott Hurrey
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
Activity overview
Latest activity by Scott Hurrey-
Scott Hurrey commented,
Just to clarify, you want to create an app that allows users on your Box system to upload and download files from a folder associated with your app?
-
Scott Hurrey commented,
Hello, we only support single use refresh tokens.
-
Scott Hurrey commented,
redirect_uri is the place in your application that box redirects the user after they have authenticated and authorized your application. You can learn more here:https://developer.box.com/guides/aut...
-
Scott Hurrey commented,
Hi Ruslan, if you hit the limit, you'll get a 429 with a retry time. If you are using an SDK, it should honor this time for you.
-
Scott Hurrey commented,
Hi Andrew, can you please share the email address for the incorrect account? If you don't want to post here, feel free to reach out at dx@box.com.
-
Scott Hurrey commented,
Hi, can you share the details? Even an extra trailing space can cause this mismatch.
-
Scott Hurrey commented,
Looks like you have a typo. Its not actually rejecting the stream_position argument. Its not expecting any argument to be there because the argument before it is malformed. You're missing the '='. ...
-
Scott Hurrey commented,
Hello, This document should help you get started. Please reply back with any questions you might have.
-
Scott Hurrey commented,
You will need a method in your application. You then pass that method in place of "your_store_tokens_callback_method". When the SDK receives the tokens from Box, it will call that method and send t...
-
Scott Hurrey commented,
No review is required. As for whether to submit the app, that is completely up to you!