faceless105
- Activité totale 13
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par faceless105-
faceless105 a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
looking to use client ID instead of developer token
RéponduI'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...