Alex Vincent

Results 6 comments of Alex Vincent

Thanks for raising this, it would appear that my current implementation has an issue; ```csharp if (downloadPhoto || qs.Count == 0) qs.Add("d"); ``` According to [the docs](https://developers.google.com/photos/library/guides/access-media-items#base-urls) (search the page...

@chrisgull The .NET Core 3.1 console itself uses LoginAsync. I have no experience with UWP so I would appreciate you sharing a test project then I can take a closer...

Ok and good luck :)

I have re-opened it, but at the moment I've very little time to further investigate...

Terraform v0.14.0 + provider registry.terraform.io/hashicorp/azurerm v2.39.0 + provider registry.terraform.io/hashicorp/helm v1.3.2 + provider registry.terraform.io/hashicorp/kubernetes v1.13.3 Initially I ran the below (identical inputs to OP but in a different order...); ```hcl resource...

So I added a bunch of EXIF tests [here](https://github.com/f2calv/CasCap.Apis.GooglePhotos/blob/main/src/CasCap.Apis.GooglePhotos.Tests/Tests/ExifTests.cs) and can confirm that the original query is correct. Yes sadly Google strips the latitude/longitude data when the bytes are returned.