sgarlanka
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 10
アクティビティの概要
sgarlankaさんの最近のアクティビティ-
sgarlankaさんがコメントを作成しました:
Hello Daren Mooneesawmy, Your field parameter "date" is incorrectly passed. You should pass it as a list, so something like below should be passed in for the field parameter.new List<string> { "dat...
-
sgarlankaさんがコメントを作成しました:
It seems that the API is closing the connection because something about the request is invalid. Could you open an issue in Github here https://github.com/box/box-windows-sdk-v2 and post your code? ...
-
sgarlankaさんがコメントを作成しました:
If you want to include special characters, using an escape character should work. For example box search \"test.txt\". I tried this locally on a Mac terminal and it was working for me. For Powershe...
-
sgarlankaさんがコメントを作成しました:
Is "foo" already a metadata attribute on the file or is something you are adding. If you are adding it, the Github code should work. If you are updating the attribute, then you have to do file.upd...
-
sgarlankaさんがコメントを作成しました:
I believe the issue is that to get that field you need to pass in is_externally_owned to get the fields parameter. It is not part of the standard object returned. So you have to use this method pu...
-
sgarlankaさんがコメントを作成しました:
Hello, Sorry for the delayed response. Take a look at the thumbnail docs at https://developer.box.com/reference. In the case of a 202 status code a thumbnail is not yet generated and you would hav...
-
sgarlankaさんがコメントを作成しました:
Are you using a Box SDK or directly hitting the APIs? Please give me more information on what you are doing, then I can hopefully help you.
-
sgarlankaさんがコメントを作成しました:
Hello, The only way to check if a folder exists is to call getInfo() with the folder ID and see if it fails. Also, to create a folder, you would have to call createFolder() with a parent folder ...
-
sgarlankaさんがコメントを作成しました:
There should no reason this is failing on the first attempt. Your code looks right. If there is any other relevant information you can give that you think may be the source of the issue, I can loo...
-
sgarlankaさんがコメントを作成しました:
What commands are you running? It seems to be that you are trying to create a user. If you are creating a User, you must be an admin of the enterprise.