Skip to content

Attempting to obtain OAuth token NOT using Docker #100

Description

@BusterMcGeee

As I'm not using Docker, I've been attempting to find a workaround command to obtain this token with Python commands in a Windows Powershell environment, but I'm at the limits of my expertise. Could I ask you suggest an alternative to using:

docker run --rm -it --entrypoint /bin/sh python:3 -c 'pip install gpsoauth; python3 -c '''print(import("gpsoauth").exchange_token(input("Email: "), input("OAuth Token: "), input("Android ID: ")))''

I've been using fresh oauth2_4 tokens each try. I'm afraid the Java-based solution linked to from your instructions are also beyond my current skills.

Thank you for any suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions