RobinDeSchepper
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by RobinDeSchepper-
Attempting to update file info returns "invalid parameter" item error
AnsweredHi there When trying to move an item I send a request that updates the parent id of a file and it returns an error 404 with reason "invalid parameter" item. But there is no item parameter as far a...
-
Empty response with code 400 during file upload
AnsweredHi I'm trying for the first time to upload a file through the https://upload.box.com/api/2.0/files/content endpoint and I receive the error code 400 but unlike other times that I've received this ...
-
Delay before newly created group can be found by name
AnsweredHi When I create a new group and try to find it immediatly afterwards through the groups/ endpoint with the name query param set it returns 0 results. But the same program, with 10-15 seconds slee...
-
"You can change the status only if the collaboration is pending" but it is pending
AnsweredHi Can there be other reasons than the one mentioned in the titular error for this error message? Both before and after a PUT call to the collab endpoint I've GET requested the status of the colla...
-
Box & Azure external collaboration?
Hi I've spotted some fields like is_externally_owned in the API reference and I see you guys are partnered with Microsoft. So: We have content on Box and in Azure containers, would it be somehow p...
-
Why is 'login' required to ceate a Collaboration object?
AnsweredHi I'm getting a 400 Bad Request because I don't include a login parameter when I'm trying to create a collab object for an existing app user or group. But I don't want to include a login paramete...
-
Exchange an access token for an "as-user" token?
AnsweredHey, Is it possible to downscope a full access token for a token that behaves as an other user in my enterprise? Kind of like the As-User header but built into a token. The reason I ask is because...
-
How to generate a token for a JWT app
AnsweredI'm using the laravel-box package to connect to the Box API and when I use a developer token everything works fine. But now I'd like to authenticate with a permanent token to an enterprise whose f...