diff --git a/tasks/TasksQuickstart/TasksQuickstart.cs b/tasks/TasksQuickstart/TasksQuickstart.cs index 664b7c9..2eca14e 100644 --- a/tasks/TasksQuickstart/TasksQuickstart.cs +++ b/tasks/TasksQuickstart/TasksQuickstart.cs @@ -32,6 +32,8 @@ class Program { // If modifying these scopes, delete your previously saved credentials // at ~/.credentials/tasks-dotnet-quickstart.json + // In case of Visual Studio, the credentials should be located inside the project directory + // at \bin\Debug\token.json) static string[] Scopes = { TasksService.Scope.TasksReadonly }; static string ApplicationName = "Google Tasks API .NET Quickstart";