MangoCats
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
MangoCatsさんの最近のアクティビティ-
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...
-
MangoCatsさんが投稿を作成しました:
Access-Control-Allow-Origin responses in Standard OAuth2.0 App
回答済みI'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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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...