ronnysh
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
ronnyshによる最近のアクティビティ-
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...
-
Box.V2.JWTAuth.BoxJWTAuth.GetToken throws NullReferenceException (.NET)
回答済みTrying 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 ...