abbaslotia
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by abbaslotia-
abbaslotia commented,
Solved my own question. 1) I clicked the "Generate a Public/Private Keypair" button.2) The downloaded JSON file answered my formatting question.
-
abbaslotia commented,
What format did you put the private key into your JSON file? (not trying to spoof, just looking for the format) e.g. If my private key file looks like this (with line breaks): -----BEGIN RSA PRIV...
-
abbaslotia commented,
My conclusion in this is A) Create once, store the app user ID in config, reuse for the lifetime of the application. My reasoning goes back to ' comment -- I don't want to have to recreate permiss...
-
abbaslotia commented,
I resolved this by going back to "Box.V2.Core": "2.14.1". Additional Details: I validated that it's only with the latest version of the Box.V2.Core (as of this writing it's 2.14.2) that my AWS Lam...
-
abbaslotia created a post,
Box SDK for .Net Core 1.0 (for AWS Lambdas)?
AnsweredHi, I read this post, which is great! https://github.com/box/samples/tree/master/box-node-webhook-to-lambda-sample ...but it's for Node. Do you have an SDK that I can use on .NET Core 1.0 so that ...
-
abbaslotia created a post,
QUESTION: Best Practice - Managing App Users
AnsweredHi, What would you recommend is the best practice for managing app users:A) Create once, store the app user ID in config, reuse for the lifetime of the application?B) Create a new app user for eve...