googleapis / google-api-php-client

A PHP client library for accessing Google APIs
http://googleapis.github.io/google-api-php-client/
Apache License 2.0
9.36k stars 3.53k forks source link

Hey, I’ve been working with Swoole and I think there’s an issue when the application runs in a resident memory environment #2583

Closed yapengsoft closed 5 months ago

yapengsoft commented 8 months ago

Environment details

Steps to reproduce

When I have two different client IDs, after creating an authorized link using the first client ID, if I then try to create another authorized link using the second client ID, the program keeps using the first client ID due to the existence of the getOAuth2Service method And Is there a need for the getOAuth2Service method to exist?

Code example

image

ajupazhamayil commented 7 months ago

Could you please give me code to reproduce this issue?

Hectorhammett commented 5 months ago

Closing this issue due inactivity. Please feel free to comment back if you still have the same issue!