質問編集履歴

3

テキスト修正しました

2017/05/26 08:22

投稿

sidoll
sidoll

スコア10

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  エラー内容
46
46
 
47
- {"error": "Expected 'root' to be 'dropbox', 'sandbox', or 'auto', got u'KantanMap'"} in C:\htdocs\test\Dropbox\RequestUtil.php:250
47
+ {"error": "Expected 'root' to be 'dropbox', 'sandbox', or 'auto', got u'フォルダ名'"} in C:\htdocs\test\Dropbox\RequestUtil.php:250
48
48
 
49
49
 
50
50
 

2

文面を修正しました

2017/05/26 08:22

投稿

sidoll
sidoll

スコア10

test CHANGED
File without changes
test CHANGED
@@ -1,13 +1,3 @@
1
- 状況
2
-
3
- Dropbox
4
-
5
- アプリ/
6
-
7
-
8
-
9
-
10
-
11
1
  ###前提・実現したいこと
12
2
 
13
3
  iOSアプリが作成したDropboxボックスのアプリフォルダに、PHPのAPIでファイルをアップロードしたいのですが、アクセストークンを知りたい

1

エラー内容を追記しました

2017/05/26 07:50

投稿

sidoll
sidoll

スコア10

test CHANGED
File without changes
test CHANGED
@@ -52,6 +52,10 @@
52
52
 
53
53
  ```
54
54
 
55
+ エラー内容
56
+
57
+ {"error": "Expected 'root' to be 'dropbox', 'sandbox', or 'auto', got u'KantanMap'"} in C:\htdocs\test\Dropbox\RequestUtil.php:250
58
+
55
59
 
56
60
 
57
61
  ###補足情報