f2calv / CasCap.Apis.GooglePhotos

*unofficial* Google Photos REST API library for .NET projects.
MIT License
58 stars 10 forks source link

Feature: Login to support Cancellation #172

Open let92 opened 2 months ago

let92 commented 2 months ago

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, the program will not receive any response from your library that calls Google's APIs and will endlessly wait for a response.

Like already done in https://github.com/f2calv/CasCap.Apis.GooglePhotos/issues/6 issue.

I hope you will develop this feature.

Thanks in advance.

Have a good day.

let92 commented 2 months ago

Any news?