bibek_k
- 合計アクティビティ 38
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 15
アクティビティの概要
bibek_kさんの最近のアクティビティ-
bibek_kさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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...