Backup fix
This commit is contained in:
@@ -71,7 +71,7 @@ namespace WebAPI.Controllers
|
||||
command.Parameters.AddWithValue("@formatMediaName", formatMediaName);
|
||||
command.Parameters.AddWithValue("@formatName", formatName);
|
||||
|
||||
// command.ExecuteNonQuery();
|
||||
command.ExecuteNonQuery();
|
||||
|
||||
Google.Apis.Drive.v3.Data.File body = new Google.Apis.Drive.v3.Data.File();
|
||||
body.Name = Path.GetFileName(localDatabasePath);
|
||||
|
||||
Reference in New Issue
Block a user