Dorien-
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
アクティビティの概要
Dorien-さんの最近のアクティビティ-
Dorien-さんがコメントを作成しました:
Hi , I'm sorry that my solution doesn't work for you.I haven't tried dynamic loading so I can't help you there...
-
Dorien-さんが投稿を作成しました:
409 Error while creating App User (.NET)
So I'm creating a script that creates multiple app users. But after the first user is created, the function wants to keep adding users to the same id as the first one, so I get a 409 error: "An ap...
-
Dorien-さんがコメントを作成しました:
I had this issue when I started as well, for me the problem was that the app it self wasn't authorized yet. I don't know if you did this or not as it is not specified in your progress description,...
-
Dorien-さんがコメントを作成しました:
Okay so I think you just need to go to your app configuration through box.com,and the service account is actually just your client id + client secret that is specified there. If you use the box ...
-
Dorien-さんがコメントを作成しました:
At long last I found a solution! There are quite some steps to take, Install the "Box.V2" package via Nuget (so that you'll get the latest stable version of Box.V2 and the other resources that a...
-
Dorien-さんがコメントを作成しました:
Did you also check out the values inside CreatedBy? 'Cause you'll find additional information in there like CreatedBy.ID returns the UserIDand CreatedBy.Login returns the email the user uses to lo...
-
Dorien-さんがコメントを作成しました:
To get additional information about the trashed item, check this page out https://developer.box.com/reference#get-a-trashed-file, you use the File ID that is returned from box in this GetTrashedFi...
-
Dorien-さんが投稿を作成しました:
Using the box api in SSIS
回答済みDoes anyone have experience with scripting for box in SSIS?I'm trying to get all the files in a certain folder by using a service account.When doing this in a regular .Net project it runs without ...