bibek_k
- Activité totale 38
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 15
Aperçu des activités
Dernière activité effectuée par bibek_k-
bibek_k a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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...