MangoCats
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by MangoCats-
MangoCats commented,
Working now... needed to wrap the file data in a Blob (the filename passed to the Blob creator is ignored): $scope.sendFile = function sendFile() { const foo = new FormData(); foo.appe...
-
MangoCats created a post,
Access-Control-Allow-Origin responses in Standard OAuth2.0 App
AnsweredI'm having a persistent problem (400 Bad Request) using the simple file upload API from an AngularJS app running on localhost. The Box side is configured to use Standard OAuth2.0 User Authenticat...
-
MangoCats commented,
I am still struggling with this exact issue, and have not found any suggested solutions that work. It might make a difference that I'm using Angular.js (1.7.9) to access the API? folder API works ...
-
MangoCats commented,
When I try to add an origin: header to my POST, it is rejected as an unsafe header. What's frustrating to me is that the Box folder API is working fine, it's just the Box upload API which throws t...
-
MangoCats commented,
Bumping an old thread... similar issue, but with a twist: I have registered a CORS Domain allowed origin of: https://192.168.??.??:3000 and I have been using the folder contents and make folders A...