RobinDeSchepper
- 合計アクティビティ 28
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 8
コメント
RobinDeSchepperによる最近のアクティビティ-
Nevermind, while looking around in a function I use to make the request I discovered that the variables for both the id of the file to be moved and the id of the parent folder were the same result...
-
They're a test file and folder that are created in the line above with the same (only) access token. Any other idea? It can also be deleted again by this token the lines beneath it, given the same...
-
So for anyone with similar problems, the solution in Guzzle is to give a file handle instead of a string as the contents field of your multipart param. The file handle will read the contents of th...
-
Yes I'm building it manually using Guzzle, I think the critical difference between our requests is that I'm sending the file contents as a regular part of the form-data and yours is recognized as ...
-
There's multiple ways to Rome, but in the end the Box API always requires a token to connect. I'm not familiar with the Java SDK so I can't answer what the string arguments mean. The developer tok...
-
You can use the Search endpoint or you can search through the names in an item_collection of a folder and go down the path tree that way. https://developer.box.com/reference#searching-for-contenth...
-
So fixed this one: the login parameter is only required when you're missing the user id, which was why I was getting this error. When you enter a valid (app)user id it doesn't ask for the login pa...
-
I found out that the issue lied elsewhere: The ID of the user was missing so it sent out email invitations probably and it's normal that I can't force its status to accepted because there's nobody...
-
bump? 😜
-
This error is telling you that the "boxAppSettings" key is missing from your configuration file. Compare it to this example for typo's or missing things: { "boxAppSettings": { "clientID": "a...