RyanJ
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by RyanJ-
RyanJ created a post,
How to instantiate a Box Nodejs SDK client with access to all files within an application
I am developing a box application that will be triggered from a file upload webhook. The application will then download the specified file, submit that file to azure for OCR, and then write the OC...
-
RyanJ commented,
, Thank you for the response and the enlightening information about service accounts vs. user accounts. I was indeed making API calls from my service account without enterprise level permissions e...
-
RyanJ commented,
API calls listed as well: var templateResponse = await client.metadata.getTemplates("enterprise", function(error, response) { if(error) { console.log("Error: ", error); ...
-
RyanJ created a post,
Instantiated Node.js Box SDK (via JWT) Inside of a Box Skill Application Returns 404 on File Access
I am developing a box skill to send a file from Box to Azure for OCR and then write that OCR'd text back to box as metadata. To do this, I have instantiated an enterprise auth client via JWT, but ...