kliger
- Activité totale 10
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par kliger-
kliger a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
Shared Link is always null
RéponduI 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 a ajouté un commentaire,
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 a ajouté un commentaire,
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...