Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to get access token: error creating server listener(os error 10048) #94

Open
l-dawei opened this issue Dec 5, 2023 · 1 comment

Comments

@l-dawei
Copy link

l-dawei commented Dec 5, 2023

I followed https://github.com/glotlabs/gdrive/blob/main/docs/create_google_api_credentials.md. After the operation was completed, it showed success.

Since I am using gdrive on the remote server Linux, then follow https://github.com/glotlabs/gdrive/tree/main#using-gdrive-on-a-remote-server to configure the local (Windows) first.

But when I enter Client ID and Client secret, error: Failed to get access token: error creating server listener(os error 10048)

@mitza-oci
Copy link

It's hard coded to use TCP port 8085 on the local system

oauth2::InstalledFlowReturnMethod::HTTPPortRedirect(8085),

Some other application is already using that port. If you close that app (perhaps VSCode?) then gdrive can start using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants