kattarp
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by kattarp-
Sorry to say this , here FolderId is the parent Id of the folder which you are trying to retrieve. Ok, if you are having not at all an Id, then you can try one thing "Folder.Root" i.e "0" (Zero) i...
-
Hi, try this public void UploadFile(string fileUrl) { var authenticator = new TokenProvider(clientId, clientSecret); var oAuthToken = authenticator.RefreshAcc...
-
You mean to say that, the task is to retrieve all the metadata of Box? where you logged in! please look at here, https://docs.box.com/reference
-
Hi,Look at this, may help you...var authenticator = new TokenProvider(clientId, clientSecret); var oAuthToken = authenticator.RefreshAccessToken(refreshToken); access...
-
Hi, Look at this, may help you to add custom metadata... public async void MetaData(string fileId) { try { OAuthSession _auth = new OAuthSession(oAuth...