How to find past reCaptcha account setups? - recaptcha

I've logged into my Google account, and navigated to the reCaptcha setup page. But all it shows is the form to create a new reCaptcha account.
I think I used to be able to find my previous accounts setup for my different domains, but there doesn't appear to be anywhere to do that now (Something like a link to 'MY reCaptcha'??). I know I have at least 6 of them at this point.
If it is still possible, can someone give me instructions on how to access my past setups?
Thanks,

I have accidentally found the list of my sites.
When you go to the Google reCaptcha admin console, you end up at this url: www.google.com/recaptcha/admin/create. On this page, you can't find any link that gets you to your list of accounts.
However, if you just delete the last sub directory create: www.google.com/recaptcha/admin/, you can now see a drop down list of your sites, and have the settings gear icon, which will allow you to see your reCaptcha keys for each selected site).
Sometimes I have noticed a difference in the URL structure, with a /u/0/ or /u/2/ in the middle of the URL. (ie: google.com/u/0/recaptcha/admin/), but it doesn't seem to make a difference in what is displayed.
NOTE: Of course, you must be logged in with the Google account that you used to create the reCaptcha accounts in the first place.

Related

No access to partner - Information could not be retrieved

Here is my full error:
Information could not be retrieved. Please contact iandevice to verify that your account has been properly set up. You may need to add the developer email address as a home member in the Google Home app settings.
I have seen several similar questions, but their solution did not help me. I've followed this link to setup: https://developers.google.com/nest/device-access/get-started but got the error when authorizing my account.
My email address is a personal gmail account. I have checked that my email address in the device access console (Top Right) is the same account that is linked to my nest. I have tried several solutions like re-creating the whole GCM project, credentials, etc, or trying with another gmail account.
I have also ensured that my account is added in my Google Home App, tried adding another account and trying but it's the same. Completely lost here after trying everything, does anyone have a solution to this? Thank you.
Just to add on, I have also checked in the OAuth consent screen that I have the same email address listed under email and developer's email. Also tried deleting the whole home and creating a new one, and link my nest to that h ome

Why is my script pushing an incorrect URL? [/u/2 inserted into script URL]

I'm an GAS novice, attempting to keep an application afloat during a time of transition, and the following issue began presenting recently. Although the script is pushing a URL (for another published script) into a menu item link ... (see images)
...the URL set via the script is not what is being accessed by some (not all) individuals in the published application. Rather than their link opening a URL beginning with "https://script.google.com/macros/s/AK...", some users being directed to URLs that begin with "https://script.google.com/macros/u/2/s/AK...". (Note the addition of the /u/2) Please see screenshot below.
Any thoughts on how to identify potential issues is appreciated.
/u/2 (the number could vary) are added by Google on web applications that use Google accounts when the user is signed in a Google account.
The numbers vary when the user have signed in in multiple Google accounts:
0 is for the default account
1 for the second account
2 for the third account, etc.
Regarding potencial issues, there is know issue related to this that usually happens when the client-side code calls a server side function that requires to access a private doc, file, form, slide, spreadsheet.
Related
AuthMode gets confused w/ multiple logged in users

How to switch from multiple Google OAuth consent screen to single page

Our company has changed to a new google account due to rebranding. We've created new project, OAuth consent screen and a client. Since then, our users presented with, what I call, multiple consent screen. They have to click on every single permission popup separately and then submit the summary page This is annoying. Previously, there was one page with all the scopes/permissions on it only. Examples attached:
Before:
After:
Does anybody know what's going on and how to switch it back?
Thank you
There was an announcement from Google. It's the change they made.
https://developers.googleblog.com/2018/10/more-granular-google-account.html
We will show each permission that an app requests one at a time, within its own dialog, instead of presenting all permissions in a single dialog*. Users will have the ability to grant or deny permissions individually.

Google+ Share as Fanpage

I've researched really a lot, but found no way to embed a share button which posts directly on the fanpage, not the personal profile.
I'm working with the JS API and also tried the direct link, neither worked. There is also no way to change account directly in the popup. Settings the publisherid also didn't work.
Is there any way to embed a share button which will share something on my fanpage?
That's nothing you as the website owner can take influence on. It depends on how the user is logged in on Google+.
As a page owner you can create a username/password for the page and login as the page on Google+. Here is a post describing that: https://plus.google.com/108210288375340023376/posts/8nmNsfL8G2R

How to tackle 'Invalid user credentials given' in Google Sites API?

We use google sites at my company, and I am trying to use google sites API to modify certain pages. The credentials that I use for signing in are: username#companyName.com and a unique password.One more thing to note, is that the url for our sites pages are in the following format: https://sites.google.com/a/companyName/NameOfYourPage
I just started using the Google Sites API, and was looking at one of the examples that they have given in their /samples/sites directory. (Got this after downloading the most recent zip file https://code.google.com/p/gdata-python-client/downloads/list). Right now I was trying to run sites_examples.py.
So when I do run sites_examples.py and enter the site information as given above, I am asked to choose the authorization mechanism. I chose ClientLogin. When I enter the same user name and password (as I mentioned above) to access the sites page, it throws me: Invalid user credentials given.
Why is this happening?
You can get this error if Google detects suspicious activity on your account. To remedy
log in to your Google account with the same credentials
look for the warning from Google that notifies you of suspicious activity
click on the link on the warning on Google's site
follow Google's instructions to enable your client code

Resources