benjamin1983
- Activité totale 9
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 4
Aperçu des activités
Dernière activité effectuée par benjamin1983-
benjamin1983 a ajouté un commentaire,
Thank you very much for your interest in helping me, !Basically what I'm trying to do is have my iOS app download content from several json files I have stored in a box folder. I don't want the ap...
-
benjamin1983 a créé une publication,
Root folder returns 0 files
Hello,I'm calling...https://api.box.com/2.0/folders/0/items...to get to get the items of my root folder, but the return says that my "total_count" is "0" items. Obviously, I know I have several fo...
-
benjamin1983 a ajouté un commentaire,
Was there a solution to this? I'm having the same problem.
-
benjamin1983 a ajouté un commentaire,
What did you do with the string? i.e. What did you do to create the pem file, and did you use openssl (using your passphrase) to decrypt it for use in your app? I generated my own, then decrypted ...
-
benjamin1983 a ajouté un commentaire,
I'm stuck in a similar situation in Swift. It looks like I can encode public and private keys separately with the SwiftyRSA library.My problem is that I can't somehow put them together the way the...