plexdrive icon indicating copy to clipboard operation
plexdrive copied to clipboard

i can't connect to my account

Open gandalf764 opened this issue 2 years ago • 9 comments

image

gandalf764 avatar Mar 05 '22 21:03 gandalf764

OOB auth no longer works with google. https://stackoverflow.com/questions/71318804/google-oauth-2-0-failing-with-error-400-invalid-request-for-some-client-id-but is a clunky way to get around it.

zenjabba avatar Mar 05 '22 21:03 zenjabba

unfortunately I can not resolve. But will "plexdrive" be updated? otherwise I can no longer use it

gandalf764 avatar Mar 06 '22 08:03 gandalf764

That's up to the coders if they want to install a return hook into plexdrive

zenjabba avatar Mar 06 '22 15:03 zenjabba

but then only I can not configure my account with new google credentials? I don't understand why nobody else complains ..

gandalf764 avatar Mar 09 '22 22:03 gandalf764

I guessed I picked a really bad time to switch server providers. Now I can't link my google drive to plexdrive since google made that change. Seems rclone found a workaround so I hope this gets updated soon as well.

EDIT: I was actually able to fix this myself it was just a 1 line edit on drive/drive.go and then rebuilt it.

chris2433 avatar Mar 11 '22 13:03 chris2433

Could you tell me how you solved it? I couldn't figure out how to do it. At the moment I have old credentials that work, but with new ones I can't. Help

gandalf764 avatar Mar 13 '22 15:03 gandalf764

fork the repo and edit the drive/drive.go file to have http://localhost:1/ instead of urn:ietf:wg:oauth:2.0:oob then build from source. Once you get the new plexdrive built, it will give you a different url that eventually will say this site can’t be reached or whatever but on that failing url there will be a "code" section. Copy that and paste it onto plexdrive.

chris2433 avatar Mar 13 '22 17:03 chris2433

Could you tell me how to compile the code?

est3ban129 avatar Mar 26 '22 21:03 est3ban129

Could you tell me how to compile the code?

It's there in README.

Yash-Garg avatar Mar 27 '22 04:03 Yash-Garg