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.
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.