Changes to SSH including new password
This commit is contained in:
@@ -24,7 +24,7 @@ namespace AiQ_GUI
|
||||
{
|
||||
try
|
||||
{
|
||||
string streamPath = $"{DrivePath}R50IQ\\client_secret.json";
|
||||
const string streamPath = $"{DrivePath}R50IQ\\client_secret.json";
|
||||
string[] Scopes = [SheetsService.Scope.Spreadsheets];
|
||||
FileStream stream = new(streamPath, FileMode.Open, FileAccess.Read);
|
||||
credential = GoogleWebAuthorizationBroker.AuthorizeAsync(GoogleClientSecrets.FromStream(stream).Secrets, Scopes, "user", CancellationToken.None, new FileDataStore(credPath, true)).Result;
|
||||
@@ -231,7 +231,7 @@ namespace AiQ_GUI
|
||||
// Checks RMA control sheet for a model and serial that match current camera
|
||||
public static int CheckRMANum(string serial, string model)
|
||||
{
|
||||
string spreadsheetId_RMAControl = "1tZhkYrqBQ3BcL7ZS4q3ghzCgHSJ8f5LVSj7nh6fIRC8";
|
||||
const string spreadsheetId_RMAControl = "1tZhkYrqBQ3BcL7ZS4q3ghzCgHSJ8f5LVSj7nh6fIRC8";
|
||||
try
|
||||
{
|
||||
// Get all info in H and I columns
|
||||
|
||||
Reference in New Issue
Block a user