Access ASANA via windows powershell using APIKEY
问题 I have created this following two codes in powershell to access ASANA. But both of them dont work. I always get this error "The remote server returned an error: (401) Unauthorized." Any help appreciated. If you have a working C# code that can connect to any secure server with only APIKey, please post it. I could convert it to powershell code. Code 1 Function Get-WebResponseString { param ( [Parameter(Mandatory=$true)] [String]$Url, [Parameter(Mandatory=$true)] [String]$Method, [Parameter