google-api-php-client icon indicating copy to clipboard operation
google-api-php-client copied to clipboard

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

Open yapengsoft opened this issue 10 months ago • 1 comments

Environment details

  • OS: NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal

  • PHP version: -php 8.1.x swoole

  • Package name and version:

  • "google/apiclient": "^2.15",

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

yapengsoft avatar Mar 25 '24 06:03 yapengsoft

Could you please give me code to reproduce this issue?

ajupazhamayil avatar Apr 25 '24 08:04 ajupazhamayil

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

Hectorhammett avatar May 31 '24 21:05 Hectorhammett