Dorien-
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Dorien--
Dorien- commented,
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- created a post,
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- commented,
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- commented,
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- commented,
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- commented,
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- commented,
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- created a post,
Using the box api in SSIS
AnsweredDoes 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 ...