Lukasz Socha
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Lukasz Sochaさんの最近のアクティビティ-
Lukasz Sochaさんがコメントを作成しました:
Hi!query() method returns BoxObjectCollection object, which inherits from Iterator. Therefore you can use either next() method exposed by BoxObjectCollection class or next() method inherited form I...
-
Lukasz Sochaさんがコメントを作成しました:
I noticed that this error 'The grant type is unauthorized for this client_id' appears when you change some settings in Dev Console, save changes, but still use the old access token. Each settings c...
-
Lukasz Sochaさんがコメントを作成しました:
During creating the app you had to choose one of the authentication method. Did you remember which one did you choose?
-
Lukasz Sochaさんがコメントを作成しました:
And what authentication type app do you use? JWT, CCG or OAuth. App id may be found as last part of url when you enter your app from dev console.
-
Lukasz Sochaさんがコメントを作成しました:
Hi,the code seems to be ok - I managed to upload a file using your code snippet. I think the problem is somewhere in you app settings or permissions. What application type are you using? May I ask ...
-
Lukasz Sochaさんがコメントを作成しました:
Hi,The problem you are experiencing may be due to scope of the user model you are using. To clarify, Box has a couple different of user models that we use for different use cases: Service Account ...