plexdrive
plexdrive copied to clipboard
i can't connect to my account
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.
unfortunately I can not resolve. But will "plexdrive" be updated? otherwise I can no longer use it
That's up to the coders if they want to install a return hook into plexdrive
but then only I can not configure my account with new google credentials? I don't understand why nobody else complains ..
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.
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
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.
Could you tell me how to compile the code?
Could you tell me how to compile the code?
It's there in README.