faceless105
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by faceless105-
faceless105 commented,
Yeah. The app is setup for oauth 2.0 with JWT and has the scopes for read and write all files and folders in box. Doing a GET /users/me I get: Array ( [type] => user [id] => xxx [name...
-
faceless105 created a post,
403 Forbidden on dicom import widget uploads
I'm attempting to use the dicom import widget as documented here: https://developer.box.com/guides/embed/box-dicom/#Javascript-SDK Everytime I attempt to upload a file, the browser console says: P...
-
faceless105 created a post,
dicom viewer shared link only shows the first frame
I wasn't sure what better place to post this, so feel free to move it. I've uploaded some dicom files to test with, these are publicly available files for testing. I'm uploading through the box on...
-
faceless105 commented,
Is there any recommended way to work around this? I've tried a few routes, including a single retry (don't want to get stuck in any infinite loops), and waiting 10 seconds then retrying. The box ...
-
faceless105 created a post,
why would the API stop responding?
I've been working on an application to copy some files up to a box location. The files are all relatively small, probably on average around 1mb each. There's maybe 2,000 files. I've been getting i...
-
faceless105 commented,
That turned out to be my bigger issue, I found out I don't have access to the enterprise console. I wound up rewriting it all to use oauth and things are working perfectly. The error messages aren...
-
faceless105 created a post,
can a redirect uri point to a local host?
I'm working on a php login for the box api, but I'm having some issues with the redirect uri. When I did my initial tests, I was able to have a successful test from http://localhost/whatever Now t...
-
faceless105 commented,
Thanks, that does help. I'm using Box through my university. I've been working on the JWT login and I won't lie, the error messages are less than clear, lol. One issue I'm running into is, in the ...
-
faceless105 created a post,
Creating a shared link always returns insuffecient privledges
I'm working an a tool in php to mirror some content on our server into Box. So far I've been able to traverse the document structure and create folders and upload files. It's been a bit of trial a...
-
faceless105 created a post,
looking to use client ID instead of developer token
AnsweredI'm working on a simple application that'll upload a directory to a box account. I've had successful tests creating folders and uploading test documents, but the one thing I'm hung up on is genera...