bibek_k
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Activity overview
Latest activity by bibek_k-
bibek_k commented,
Hello there, I may be able to help you out. Howard - who is the moderator of this forum will send you my contact. thanks, Bibek
-
bibek_k commented,
Hello there, I think what you need to do is to "store" the authentication tokens (access/ refresh) in a persistent store like Registry, Keychain or even XML file etc. So, each time the user opens ...
-
bibek_k commented,
Hi, You have to use this API: https://developer.box.com/v2.0/reference#move-folder-into-another-users-folder curl https://api.box.com/2.0/users/USER_ID/folders/FOLDER_ID \ -H "Authorization: Beare...
-
bibek_k commented,
I am note sure what happened. You can try using Postman application to validate as well. get postman here at:https://www.getpostman.com/ You can also get predefined box api for postman:https://cl...
-
bibek_k commented,
1 thing: can you verify that even the timeout occured, the contents got transferred or not?Another thing is you can add timeout in the command and try again. Invoke-RestMethod -Uri "whatever" -Ti...
-
bibek_k commented,
Are you sure you used the same account to get the Tokens and that you looked into same account's root view? It should be in the root view, of the same account that generated the Tokens.
-
bibek_k commented,
Hi, I believe when you get the first result like this:chunk_size": 1, "next_stream_position": ***number removed for privacy***9819, "entries": [ ........For the next call, you would still ...
-
bibek_k commented,
Hi Magesh,I do not use Java language but it doesn't matter which language you use. To update the expiration date you should use: curl https://api.box.com/2.0/files/1234?fields=shared_link \ -H "Au...
-
bibek_k commented,
Hello my friend, You should do more research on your own, read the API documentation before you post questions. Any way, file object is just for file. To update shared link you should use shared l...
-
bibek_k commented,
Hi, I had this problem before and I ended up editing the SDK code itself. Go to box-windows-sdk-v2\Box.V2\Managers folder and make changes to BoxUsersManager.cs filepublic async Task GetCurrent...