CasCap.Apis.GooglePhotos icon indicating copy to clipboard operation
CasCap.Apis.GooglePhotos copied to clipboard

*unofficial* Google Photos REST API library for .NET projects.

Results 28 CasCap.Apis.GooglePhotos issues
Sort by recently updated
recently updated
newest added

Is it possible to know the owner of each media item, e.g. loaded by **GetMediaItemsByAlbumAsync** method, in Google Photos? I mean, is there a property in some class? I've found...

I want to add a huge amount of photos (let's say 1000) which will takes a long time. After a while I get `Request had invalid authentication credentials. Expected OAuth...

question

Bumps [xunit](https://github.com/xunit/xunit) from 2.7.1 to 2.8.0. Commits be260b3 v2.8.0 a8ceb66 #783: Add -useansicolor flag to console runner (v2) 7b0ff93 Don't show /aggressive with unlimited threads 46cdf06 Support parallel algorithm in...

dependencies
.NET

Hi, it would be great to add **Cancellation** support to **Login method** because if user is not authorized to access Google APIs for the created program on Google API Console,...

Bumps [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) from 8.0.4 to 8.0.6. Release notes Sourced from Microsoft.Extensions.Http.Polly's releases. .NET 8.0.5 Release What's Changed [release/8.0] Update dependencies from dotnet/source-build-externals by @​dotnet-maestro in dotnet/aspnetcore#54744 Update branding to 8.0.5...

dependencies
.NET

Bumps [Microsoft.AspNetCore.WebUtilities](https://github.com/dotnet/aspnetcore) from 8.0.4 to 8.0.6. Release notes Sourced from Microsoft.AspNetCore.WebUtilities's releases. .NET 8.0.5 Release What's Changed [release/8.0] Update dependencies from dotnet/source-build-externals by @​dotnet-maestro in dotnet/aspnetcore#54744 Update branding to 8.0.5...

dependencies
.NET

Bumps [xunit](https://github.com/xunit/xunit) from 2.7.1 to 2.8.1. Commits ba2ae9b v2.8.1 151b8d0 Use 'dotnet format' instead of 'dotnet dotnet-format' be6db6f #2931: Tighten up types to prevent accidentically calling AddOrGet with a Con......

dependencies
.NET

I'm far from an expert on the matters of OAuth and Google's APIs, but here's what I have gathered: - in a distributed app, such as one that would run...