Lukasz Socha
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by 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...
-
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...
-
During creating the app you had to choose one of the authentication method. Did you remember which one did you choose?
-
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.
-
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 ...
-
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 ...