Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Login Problem #345

Open
Dnesh545 opened this issue Jun 17, 2024 · 52 comments
Open

Google Login Problem #345

Dnesh545 opened this issue Jun 17, 2024 · 52 comments

Comments

@Dnesh545
Copy link

This app is blocked
This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.

@harendramgmc
Copy link

This app is blocked
This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.
Previously it was working fine

@Dnesh545
Copy link
Author

Dnesh545 commented Jun 18, 2024 via email

@Dnesh545
Copy link
Author

Dnesh545 commented Jun 18, 2024 via email

@yusukeeeeee1234
Copy link

I'm in the same situation. Please let me know if you have a solution.

@quietcoolwu
Copy link

Same issue here @cguZZman seems its about Google Drive Security policy, do we have alternative entrypoint?

@javier191185
Copy link

Same situación here.
We must be patient until @cguZZman could fix it :)

@greatestradioshow
Copy link

Same issue here.

@tpahwa
Copy link

tpahwa commented Jul 20, 2024

Hi team i am also facing this same issue since last week any resolution @cguZZman. Can you please acknowledge me how to resolve it.

@meekocaf
Copy link

meekocaf commented Aug 5, 2024

I have the same issue when trying to login (“This app is blocked. This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.”). Hoping it gets fixed soon…

@fernankodi
Copy link

Same situación here. We must be patient until @cguZZman could fix it :)

I understand that this addon has not been updated since April, precisely as a result of the latest changes caused by the Google API. Could someone confirm to me if the development of this addon has been definitively abandoned or if its author is really willing to continue updating it? If this were the case, I would ask that someone knowledgeable about the subject could resume its development and make it functional again. It would be a shame if an addon as long-lived as Google Drive disappeared from Kodi.

@aldacco
Copy link

aldacco commented Aug 14, 2024

Same situación here. We must be patient until @cguZZman could fix it :)

I understand that this addon has not been updated since April, precisely as a result of the latest changes caused by the Google API. Could someone confirm to me if the development of this addon has been definitively abandoned or if its author is really willing to continue updating it? If this were the case, I would ask that someone knowledgeable about the subject could resume its development and make it functional again. It would be a shame if an addon as long-lived as Google Drive disappeared from Kodi.

The kodi addon is functional what fails is authentication with google, you can deploy your own instance which is made with spring boot(java) and have your own web login with your own credentials I have repricated that page with nextjs and you can easily deploy with vercel and upstash (temp db). https://github.com/aldacco/drive-login/

@bs0001
Copy link

bs0001 commented Aug 16, 2024

For me it won't work.
I tried the Basic and the Advanced Method of
https://github.com/aldacco/drive-login/

In both cases in the configuration mode I got the info "App is blocked".

May be describe a bit more step 4 "Create OAuth 2.0 Credentials".
I have my Client ID and Client Secret but in step 6 I don't have the possibility to use them.
May be in Kodi the URL for Google Drive has to be changed but this wasn't explained in the instructions.

@fernankodi
Copy link

The same thing happens to me as it does to bs0001. The configuration of the consent screen and the OAuth 2.0 client ID should be clarified as the instructions are somewhat confusing.
Using the basic method it still shows me the message that the application is blocked.

@MinhAmazing
Copy link

follow this guide and you can use google drive login normally: https://youtu.be/1piIB5DfuQo?si=tm8hT2okxm6cUDcX

@bs0001
Copy link

bs0001 commented Aug 23, 2024

Thanks a lot, it will work!
I won't trust any other address for getting access on my Google Drive.
Is it possible to ceeate such an access direct on my own Google account?

@meekocaf
Copy link

follow this guide and you can use google drive login normally: https://youtu.be/1piIB5DfuQo?si=tm8hT2okxm6cUDcX

This looks great but is there a way I can make my own login website that is like that? Or a way to do it without giving access to my drives and whatnot? Because the only part I’m not sure I’m comfortable with is giving access to all my Google Photos and my drive.

@meekocaf
Copy link

@cclauss Do you know how to fix this Google drive issue for Kodi by any chance?

@MinhAmazing
Copy link

Hmm, my app has been verified by google. so, dont worries about this.

@fernankodi
Copy link

This new validation system works perfectly for me, allowing me to access the contents of my drive space. However, it prevents me from accessing the content that I have saved in old Google accounts, for which I obtained the corresponding authorization from the website https://drive-login.herokuapp.com. I imagine that the answer would be to re-authorize access to the other accounts using the new website https://kodi.imminh.com but it would be an immense task since I would have to do it again in my 80 Google accounts where I have a collection of classic movies. The question would be: is it possible to use the new validation website without losing access to my previous accounts?

@fernankodi
Copy link

I have verified that when I restore the default validation website in the addon settings, I regain access to my old Google accounts but I lose access to the new ones and viceversa. I see that there is a file named settings.xml where the validation website is defined. Is there a way to include both the default and new validation web in this file?

@greatestradioshow
Copy link

greatestradioshow commented Aug 29, 2024

Should this process "https://github.com/aldacco/drive-login/" work or not?

I tried the advanced method, but still I get the same error.
When entering the PIN I get the error, and I'm not asked to provide my "Client ID" and "Client Secret".

Edit:
Using "https://kodi.imminh.com/" doesn't work neither for me.
Could it be related to the fact that my Google Account is a "Workspace" email?

@aldacco
Copy link

aldacco commented Aug 29, 2024

Should this process "https://github.com/aldacco/drive-login/" work or not?

I tried the advanced method, but still I get the same error. When entering the PIN I get the error, and I'm not asked to provide my "Client ID" and "Client Secret".

Edit: Using "https://kodi.imminh.com/" doesn't work neither for me. Could it be related to the fact that my Google Account is a "Workspace" email?
image

At the beginning it was functional but it only accepts a maximum of 100 users if you don't verify the app, I recommend you to deploy your own instance to have your domain with your credentials (updated the instructions).

@greatestradioshow
Copy link

I recommend you to deploy your own instance to have your domain with your credentials (updated the instructions).

Sorry for my basic question, but where do I get the "next.js" file from, so I can import it:
"To deploy your Next.js application on Vercel, follow these steps:"

@aldacco
Copy link

aldacco commented Aug 29, 2024

I recommend you to deploy your own instance to have your domain with your credentials (updated the instructions).

Sorry for my basic question, but where do I get the "next.js" file from, so I can import it: "To deploy your Next.js application on Vercel, follow these steps:"

next.js is a framework that does not refer to a file, you have to import the project, that is to say you would have to make a fork of the repository and import that project in vercel and configure the environment variables.

@cclauss
Copy link
Contributor

cclauss commented Aug 29, 2024

https://nextjs.org

@greatestradioshow
Copy link

you have to import the project, that is to say you would have to make a fork of the repository and import that project in vercel and configure the environment variables.

Do you mean downloading the project as zip file or creating a fork with this URL: https://github.com/aldacco/drive-login/fork

If you could summarize me the steps in some bullet points how to proceed, I would appreciate it.

@aldacco
Copy link

aldacco commented Aug 29, 2024

you have to import the project, that is to say you would have to make a fork of the repository and import that project in vercel and configure the environment variables.

Do you mean downloading the project as zip file or creating a fork with this URL: https://github.com/aldacco/drive-login/fork

If you could summarize me the steps in some bullet points how to proceed, I would appreciate it.

If you do a fork, that way you have a copy of the repository in your account and in vercel you will have to link your github account (or start sessio with github) that way you can import that repository to deploy it.
Or you can simply go to https://vercel.com/new/ and click on “Import Third-Party Git Repository” and paste the url of the repository “https://github.com/aldacco/drive-login” and follow the steps.

If you have questions or issues, please drop them in this repo so we can help you better.

@krishbansalkb
Copy link

@MinhAmazing Pls share the youtube video again It is showing as private

@fernankodi
Copy link

For now, the only hassle-free option that has been working from the beginning has been the authorization website https://kodi.imminh.com, but however, it has currently stopped working. When I try to access a Google account it tells me that this application is blocked.

Is there a way to unlock it easily without having programming knowledge?

I don't understand why at this point the original cguZZman addon has not been updated yet. Is this task so difficult?

Sorry I'm not an advanced user, but I think the solutions to this problem should be much simpler.

@CodeGoblinss
Copy link

If you know how to use rclone, then there is https://github.com/TheTechRun/RcloneTV. Been running pretty decent for me for over a day now using my Drive.

@greatestradioshow
Copy link

@fernankodi & @krishbansalkb : Try this guide to set it up, helped me.

@CodeGoblinss : But this is for Android or is there a way to set it up in Kodi?

@pikilon
Copy link

pikilon commented Sep 11, 2024

I have old devices with the auth and it is still working
Does someone knows if is possible to copy some files from the old device to the new one so it login in kodi
Like:
Android\data\org.xbmc.kodi\files\.kodi\userdata\addon_data\plugin.googledrive

@Flekoun58
Copy link

The add-on is completely useless, logging in with drive accounts does not work. I don't see what kind of problem it is to make the add-on functional so that I can register about it without having to go through some lengthy process that is more for experts than for the average user. Truly the most honest IT expert.

@fernankodi
Copy link

I completely agree with Flekoun58. I can't understand how the official forum only provides experimental solutions aimed at programmers and not at the majority of ordinary users. Taking into account that it has been 5 months since the last update, I see that there is no interest in continuing to update it so that it works normally as it always has for years. I say this because until now there is no news from the author of the addon. Is it really that difficult to adapt the addon to the recent changes applied by Google to its API? Is there no expert who can take up this project and move it forward again? It would be a shame if this addon disappeared permanently because a lot of people really use it.

@juanyacovino77
Copy link

can't log-in

@greatestradioshow
Copy link

greatestradioshow commented Oct 1, 2024

Modify the Drive add-on settings and try my app:

1 - Open Kodi and go to Add-ons > My add-ons > Video add-ons > Google Drive.
2 - Click on Configure.
3 - In the Advanced tab, find the Source property.
4 - Change the Source URL to: https://kodi-drive-login-psi.vercel.app
5 - Save the changes.

Let me know if it works.

@Flekoun58
Copy link

Flekoun58 commented Oct 2, 2024

Upravte nastavení doplňku Drive a vyzkoušejte moji aplikaci:

1 - Otevřete Kodi a přejděte na Doplňky > Moje doplňky > Doplňky videa > Disku Google. 2 - Klikněte na možnost Konfigurovat. 3 – Na kartě Upřesnit vyhledejte vlastnost Zdroj. 4 – Změňte zdrojovou adresu URL na: https://kodi-drive-login-psi.vercel.app 5 – Uložte změny.

Dejte mi vědět, jestli to funguje.

It does not work, it says error 404. The application does not have 2.0 authorization

@Flekoun58
Copy link

It does not work, it says error 404. The application does not have 2.0 authorization.

@greatestradioshow
Copy link

Okay, let me check.

@greatestradioshow
Copy link

I set up the OAuth consent screen, the app is set to external and the status is "in production" (Verification not required).

If someone has a hint what could be the problem with the app, I will adjust it.

@demironmanx
Copy link

demironmanx commented Oct 3, 2024 via email

@TonyTrapper
Copy link

follow this guide and you can use google drive login normally: https://youtu.be/1piIB5DfuQo?si=tm8hT2okxm6cUDcX

The video is private , help!

@juanyacovino77
Copy link

who will be the man that fork this repo and take the lead on this

@greatestradioshow
Copy link

@demironmanx :
I didn't change anything at my app, and I don't see the possibility to re-verify it as it says it is.
Actually, I just wanted to do the rest a favor and create an external app so at least 100 users can enjoy it, etc.
Is there any difference between internal and external setup beside the verification?

@juanyacovino77 :
What is much more interesting to me, how can people use this add-on in a "useful" way?
I opened a thread because for me and at least someone else, the performance is not really there.

@juanyacovino77
Copy link

Answering your question. I want to display a Google slide on a tv using a raspwry pi 2 zero, thats it

@floviolleau
Copy link

floviolleau commented Oct 11, 2024

Modify the Drive add-on settings and try my app:

1 - Open Kodi and go to Add-ons > My add-ons > Video add-ons > Google Drive. 2 - Click on Configure. 3 - In the Advanced tab, find the Source property. 4 - Change the Source URL to: https://kodi-drive-login-psi.vercel.app 5 - Save the changes.

Let me know if it works.

Hi,

Thanks for the job. I have a Access blocked: This app’s request is invalid, redirect_uri_mismatch

You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy.

If you are the app developer, register the redirect URI in the Google Cloud Console.
Request details: redirect_uri=https://kodi-drive-login-psi.vercel.app//callback flowName=GeneralOAuthFlow

Thanks

@demironmanx
Copy link

demironmanx commented Oct 12, 2024 via email

@iamrajeshwarraj
Copy link

iamrajeshwarraj commented Oct 16, 2024

Modify the Drive add-on settings and use my app:

1 - Open Kodi and go to Add-ons > My add-ons > Video add-ons > Google Drive. 2 - Click on Configure. 3 - In the Advanced tab, find the Source property. 4 - Change the Source URL to: https://kodi-g-drive.vercel.app 5 - Save the changes.

@greatestradioshow
Copy link

@demironmanx : but my app is not set to internal, it is set to external.

@Rajeshwarraj : if yours is working, I would be interested in how you managed to do it - which settings you choose.

@localvn
Copy link

localvn commented Oct 31, 2024

@kamillopl
Copy link

kamillopl commented Nov 12, 2024

I have old devices with the auth and it is still working Does someone knows if is possible to copy some files from the old device to the new one so it login in kodi Like: Android\data\org.xbmc.kodi\files\.kodi\userdata\addon_data\plugin.googledrive

Its possible, I'm using this that way. You need to find accounts.db file, I was mentioning this in other topic #342 (comment)
Not sure if it looks the same with older addon or older Kodi version than 19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests