kattarp
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by kattarp-
kattarp commented,
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...
-
kattarp commented,
Hi, try this public void UploadFile(string fileUrl) { var authenticator = new TokenProvider(clientId, clientSecret); var oAuthToken = authenticator.RefreshAcc...
-
kattarp commented,
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
-
kattarp commented,
Hi,Look at this, may help you...var authenticator = new TokenProvider(clientId, clientSecret); var oAuthToken = authenticator.RefreshAccessToken(refreshToken); access...
-
kattarp commented,
Hi, Look at this, may help you to add custom metadata... public async void MetaData(string fileId) { try { OAuthSession _auth = new OAuthSession(oAuth...