benjamin1983
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by benjamin1983-
benjamin1983 commented,
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 created a post,
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 commented,
Was there a solution to this? I'm having the same problem.
-
benjamin1983 commented,
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 commented,
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...