MangoCats
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by MangoCats-
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...
-
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 ...
-
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...
-
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...