Radoslaw Kurowski
Results
2
comments of
Radoslaw Kurowski
I solved this by adding it into my own plugin main php file (not the keyring) this: ``` function add_scopes() { return 'https://www.googleapis.com/auth/gmail.modify https://www.googleapis.com/auth/userinfo.profile'; } add_filter( 'keyring_google-mail_request_scope', 'add_scopes' ); ```
I have Lenovo Yoga Smart Tab and am getting the same error. It runs on Android 9 and I am debugging via USB cable. I have Ubuntu 18.04. When using...