DropSnorz / OwlPlug

Audio plugin manager. Small tool to manage VST / AU / LV2 plugins on Windows, MacOS and Linux.
https://owlplug.com
GNU General Public License v3.0
274 stars 11 forks source link

This app is blocked! Seriousely?! #155

Closed neoOpus closed 2 years ago

neoOpus commented 2 years ago

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

DropSnorz commented 2 years ago

Not at all. Please, read the complete message displayed when you try to connect with your Google account.

Google hasn’t verified this app

The app is requesting access to sensitive info in your Google Account. Until the developer (...) verifies this app with Google, you shouldn't use it.

If you’re the developer, submit a verification request to remove this screen. 

Continue only if you understand the risks and trust the developer 
  1. The app is not blocked, it's just not reviewed and validated by Google
  2. The ability to add a Google Account was used to sync plugins stored on Google drive (This feature has been decommissioned)
  3. There is no need to set up an account to use the app
  4. Google account data is only used on the local client-side by Owlplug (on your PC) and never sent in any kind on the server-side (OwlPlug servers)

Here is a list of granted scopes on your google account. You can review them here.

scopes.add("https://www.googleapis.com/auth/drive");
scopes.add("https://www.googleapis.com/auth/userinfo.profile");

The drive access is not required anymore because I removed the feature, so I will remove the access too.

DropSnorz commented 2 years ago

Reproduced your problem with only one of my Google Accounts. After some request on unverified apps, Google always displays this message

image

Unverified app user cap

To protect users and Google systems from abuse, apps that use OAuth and Cloud Identity have certain quota restrictions based on the risk level of the OAuth scopes an app uses.

Source: https://support.google.com/cloud/answer/7454865

A lot of new users downloaded the app last week due to the new release, so I think we reached the cap. To avoid confusion, I may remove the button as the Google Account feature is not needed.

neoOpus commented 2 years ago

Yes that's the error message I get, I cannot of course bypass it so I guess I have to wait for the update.

Thanks.

DropSnorz commented 2 years ago

@neoOpus The upadate is available : https://github.com/DropSnorz/OwlPlug/releases/tag/1.20.1 😉

neoOpus commented 2 years ago

@neoOpus The upadate is available : https://github.com/DropSnorz/OwlPlug/releases/tag/1.20.1 😉

Yeah I got it after my answer, thank it works very well now!