Results 11 comments of Christian Jones

Workaround for types defined in archives but not used during import/parsing: 1. In the data type manager, filter then right-click on the needed files. (In the case of many programs...

FWIW, this appears to be associated with a documentation error. See #2885.

Additional issue: as the relative directory rootDir is also written to .clasp.json as given to the --rootDir option., clasp -P must also be called from a directory at a certain...

Works as expected for me when in project directory or when specifying project directory or file with `-P` as of clasp 2.4.1. Anyone still experiencing this issue, or able to...

Here's what I've been able to get to work, all thanks to @marty0678's fork [marty0678/googleplay-api](https://github.com/marty0678/googleplay-api/) ```shell git clone https://github.com/marty0678/googleplay-api cd googleplay-api python3 -m venv .venv . .venv/bin/activate pip3 install -r...

@mcozar99 & @DavidRodriguezTorrado, please try python 3.9; it doesn't seem to work with 3.8 (though I haven't looked into why).

APKeep (and rust gpapi) not working for me now, either. Have tried multiple old and new accounts, signing onto emulator play store first (and accepting terms) or not. No luck....

Same problem, and I can confirm that this is: 1. After logging in on emulator to Google Play Store and accepting all terms 2. Using a newly-created app password 3....

> There is one in the original repo: [NoMore201/googleplay-api#159](https://github.com/NoMore201/googleplay-api/issues/159) Ah, right! Thanks!

@iamd0pey Can you confirm whether this works for you? I suspect it will still not work on Ubuntu 22.04 (unless you've made some other changes), but want to be sure....