UsergeTeam / Userge-Plugins

Plugins for Userge
https://userge.tech
GNU General Public License v3.0
135 stars 328 forks source link

gdrive auth workaround #292

Closed xybydy closed 2 years ago

xybydy commented 2 years ago

Google has changed workflow of oauth2 and limited the usage of urn:ietf:wg:oauth:2.0:oob. A dirty trick is to redirect to localhost and get the code from error message of the browser.

pep8speaks commented 2 years ago

@xybydy, Thanks for updating this PR.

Line 8:25: W292 no newline at end of file

Line 11:1: F401 'argparse' imported but unused Line 20:1: F401 'plexapi.myplex.MyPlexAccount' imported but unused Line 23:1: F401 'userge.config' imported but unused Line 23:1: F401 'userge.pool' imported but unused Line 42:1: E302 expected 2 blank lines, found 1 Line 49:1: E302 expected 2 blank lines, found 1 Line 59:1: E302 expected 2 blank lines, found 1 Line 67:1: E302 expected 2 blank lines, found 1 Line 78:1: E302 expected 2 blank lines, found 1 Line 80:1: W293 blank line contains whitespace Line 86:1: E128 continuation line under-indented for visual indent Line 86:42: E231 missing whitespace after ',' Line 101:42: W291 trailing whitespace Line 103:41: E231 missing whitespace after ',' Line 110:17: E122 continuation line missing indentation or outdented Line 111:17: E122 continuation line missing indentation or outdented Line 115:1: E302 expected 2 blank lines, found 1 Line 118:1: E302 expected 2 blank lines, found 1 Line 119:1: E128 continuation line under-indented for visual indent Line 119:51: E231 missing whitespace after ',' Line 120:1: E128 continuation line under-indented for visual indent Line 127:68: W291 trailing whitespace Line 133:9: F841 local variable 'e' is assigned to but never used Line 134:101: E501 line too long (108 > 100 characters) Line 142:16: E225 missing whitespace around operator Line 149:11: E701 multiple statements on one line (colon) Line 155:101: E501 line too long (103 > 100 characters) Line 162:13: E731 do not assign a lambda expression, use a def Line 196:1: E303 too many blank lines (3) Line 209:17: F841 local variable 'filename' is assigned to but never used

Comment last updated at 2022-05-11 11:38:13 UTC