WIP: refactor

This commit is contained in:
Michał Zieliski
2024-06-18 19:40:16 +02:00
parent c2a98e0386
commit a0a228f86d
24 changed files with 1415 additions and 1654 deletions

View File

@@ -6,7 +6,7 @@ namespace WebAPI;
public class GoogleDriveHelper
{
public DriveService? Service { get; set; }
public DriveService? Service { get; private set; }
private const string ApplicationName = "Diuna";
private static readonly string[] Scopes = { DriveService.Scope.Drive };
public GoogleDriveHelper()