ronnysh
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by ronnysh-
ronnysh created a post,
FoldersManager.GetFolderItemsAsync returning only files and not folders
Hi, Using the .NET SDK, I am trying to get a list of all files and folders within the root folder using the code:Dim bc As BoxCollection(Of BoxItem) = Await client.FoldersManager.GetFolderItemsAsy...
-
ronnysh commented,
Thanks, I figured it out - the app needed to be submitted for authorization.
-
ronnysh created a post,
Box.V2.JWTAuth.BoxJWTAuth.GetToken throws NullReferenceException (.NET)
AnsweredTrying to upload a file to Box using the Box API for .NET using the following code: Dim reader As StreamReader = New StreamReader("box.credentials.json")Dim json As String = reader.ReadToEnd()Dim ...