kliger
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by kliger-
kliger commented,
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 commented,
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 commented,
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 commented,
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 created a post,
Shared Link is always null
AnsweredI 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 commented,
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 commented,
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...