abbaslotia
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
abbaslotiaさんの最近のアクティビティ-
abbaslotiaさんがコメントを作成しました:
Solved my own question. 1) I clicked the "Generate a Public/Private Keypair" button.2) The downloaded JSON file answered my formatting question.
-
abbaslotiaさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Box SDK for .Net Core 1.0 (for AWS Lambdas)?
回答済みHi, 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さんが投稿を作成しました:
QUESTION: Best Practice - Managing App Users
回答済みHi, 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...