Refactor code to .NET8
This commit is contained in:
@@ -8,7 +8,7 @@ public class GoogleDriveHelper
|
||||
{
|
||||
public DriveService? Service { get; private set; }
|
||||
private const string ApplicationName = "Diuna";
|
||||
private static readonly string[] Scopes = { DriveService.Scope.Drive };
|
||||
private static readonly string[] Scopes = [DriveService.Scope.Drive];
|
||||
public GoogleDriveHelper()
|
||||
{
|
||||
InitializeService();
|
||||
|
||||
Reference in New Issue
Block a user