kliger
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
kligerさんの最近のアクティビティ-
kligerさんがコメントを作成しました:
We found out that if we create a custom app with Oauth2+JWT authentication, it works.Before we were using App Tokens, and that's when the API "fails silently" without creating a shared link.
-
kligerさんがコメントを作成しました:
Thanks, !We found out that if we create a custom app with Oauth2+JWT authentication, it works.Before we were using App Tokens, and that's when the API "fails silently" without creating a shared l...
-
kligerさんがコメントを作成しました:
We're on Enterprise account.Unfortunately this did not help. That curl command runs successfully but then I get as a response to the second one. {"type":"file","id":"***","etag":"1","shared_link"...
-
kligerさんがコメントを作成しました:
I have the same issue that you had, did you figure out how to create a curl request to do that?I am trying this one but it doesn't create a shared link correctly 😞 curl -X PUT https://api.box.com...
-
kligerさんが投稿を作成しました:
Shared Link is always null
回答済みI am trying to create a shared link for a file that I uploaded using this curl command: curl -X POST https://upload.box.com/api/2.0/files/content -H 'Authorization: Bearer ' -H "Content-Type: mult...
-
kligerさんがコメントを作成しました:
That command doesn't give me any output at all (no errors either) I tried running this command instead: curl -X GET https://api.box.com/2.0/files/67***phone number removed for privacy***?fields=s...
-
kligerさんがコメントを作成しました:
Hi , I tried using your advice and set shared_link attribute on an existing file: curl -X PUT https://api.box.com/2.0/files/*** \ -H 'Authorization: Bearer ' \ -H 'Content-Type: applic...