Brandon R. Barnett
Brandon R. Barnett
I am calling this endpoint as: ``` var account = await this._riotClient.AccountV1().GetByAccessTokenAsync( RegionalRoute.AMERICAS, $"Bearer {accessToken}", cancellationToken); ``` I receive a 400 as a result. I believe this is due to...
## Summary I am able to upload a file to an Azurite container using the default connection string `DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=[http://127.0.0.1:10000/devstoreaccount1;`](http://127.0.0.1:10000/devstoreaccount1;%60), but generating a SAS token does not allow me to download...