We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
Failed to get access token: error creating server listener(os error 10048)
The text was updated successfully, but these errors were encountered:
It's hard coded to use TCP port 8085 on the local system
gdrive/src/hub.rs
Line 66 in da821bf
Some other application is already using that port. If you close that app (perhaps VSCode?) then gdrive can start using it.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: