React-Native: Google Custom scheme URIs are not allowed for 'WEB' client type - ios

I am creating application in React-Native and it has Google Login. I research on it and I got Google-React-Native from here. I added it and follow all the steps which it say. But I am still getting error. I spend two days behind it, but didn't get any solution.
I also follow this-solution, but my issue is still not resolved. Can any one help me to find the solution?

Its a very small mistake. The issue is in generating key for Google. I follow below steps and generate new key and its work for me.
1) Open “https://console.developers.google.com” and generate one application.
2) You will get three menu on Left size. Click on “Credential” tab.
3) You will get new window with three option. “Credentials”, “OAuth consent
screen” and “Domain verification”.
4) Click on Credentials and then "Create Credentials" from it.
5) Click on OAuth Client Id and fill information. You will get the one key.
Use it into your application and it will work fine.
Hope these steps will help to other guys also.
Happy Coding

Related

OpenEdx nutmeg oauth2

I am trying to configure my openedx installation to use third party authentication using google. I got client ID and client secret from google and I followed the instructions here https://discuss.overhang.io/t/social-login-configuration-for-edx-as-plugin-in-tutor/1746 but I still can't see the google button on openedx.
What am I doing wrong?
This is quite a late reply, but I ran into the same problem today. Hope this reaches anyone else with the same problem.
After some hours of debugging and trying out different stuff, I fixed it by using no Icon Class in the Admin panel. I just deleted the fa-google-plus text, uploaded my own logo and that did the trick!
I'm guessing the Edx documentation is outdated and the Google icon is not called fa-google-plus anymore?

Publish Google Sheet

I created a random sheet and then clicked publish to publish this google sheet publicly but for some reason when i click on my public link after signing out it will ask me to login again. This did not happen in the past. Has something changed with google sheet?
FYI i am not restricting access to anything or anyone i am publishing this as a public link but not able to access the link if i am not signed in.
I suggest others try it out and see if they get a different result or maybe there is restrictions on my account.
This is an ongoing issue that started yesterday. At my workplace, we are using it for years now. But suddenly the scripts started failing. HTML output is working fine but CSV, TSV formats are asking for login.
A temporary fix would be to change the sharing permission of the spreadsheet to Anyone on the Internet.
Issues started popping up on google support:
https://support.google.com/drive/thread/83705117?hl=en
https://support.google.com/docs/thread/83645178?hl=en
https://support.google.com/docs/thread/83744355?hl=en
https://support.google.com/drive/thread/83700244?hl=en
No solution or reply from the google team yet!!
not to sure, but when your posting, there should be a new option that lets you grant and restrict access. from the screen shot you provided, it should be somewhere in the "published content & settings" section at the bottom of the publish screen. once you do that it should open the access options and youll be able to allow anyone to view the document. The link you provided is still coming up as access denied. Let me know if you need more help and ill provide some pics and more details.
I can confirm that we experienced the same error yesterday - out of the blue our export scripts started failing.
We only experience this with CSV/TSV published Google Sheets, and we also made sure that there are no viewing restrictions whatsoever. If I publish as a website, I can still open that anonymously in a browser.
This is however useless as the data was being parsed as CSV.
A workaround is the following:
Click the Share button.
Click get link section of the modal.
Make sure "Anyone with the link" is selected.
Copy the URL and click done.
Post-fix URL with: /export?format=csv&gid=0
If you need a specific sheet, find the gid by clicking on that sheet in your browser and copying the gid from your browser's url. gid=0 is the first sheet.
Adjust all of your bash scripts with the new URL.
Enjoy!
enter image description here

G1ANT Advanced lesson 4

I would like to share my experience while setting up the mail.imap command in G1ANT studio.
For everyone stuck at the invalid credentials error--
Open your gmail account (the one you ware using in your code)
Go to the settings tab to the top right corner and then click on See all Settings.
In the All settings option click on Forwarding and POP/IMAP
Enable IMAP
Now head over to you homepage and click on manage accounts tab for your email account.
In the manage account section click on Security
Scroll down and turn on access to LESS SECURE APPS
Let the site update and go back (Do not close the tab directly)
This procedure should fix the invalid credentials error. However, even after doing all this the LIST variable (where the email data is stored) has no value allocated in it.
If anyone can find a solution to this problem, your help would be hugely appreciated.
I think your messages are already seen, so you can unread them and then try again and also see that you have got some messages that are from the current day.
Thank You for your solution for Invalid Credentials.

Unable to create oauth client ID (google developer console)

I am including sign in via google functionality in my app, for which i had created oauth client id keys for both of my debug and release mode, but since everything was not working properly so, i thought of deleting and re-creating it again, so i deleted both the keys but now when i trying to create the new keys it gives me error as
Duplicate fingerprint
The fingerprint you specified is already used by an Android OAuth2 client ID in this project or another project
but i had deleted both the key's, i had tried all the solution that are already present in stack overflow, like going into the old console portal etc. but none is helping me out,please help me with the issue
Did you try to go to your API console and UNDELETE your old projects? When you delete a project in the API console, the oauth IDs associated with it seems to not get deleted with it. I undeleted every single one and went through them and removed all associated APIs. Once I cleared out the past projects, I re-deleted them and added the oauth again to my new/safe project and it was OK.
Your problem seems to be little different, so you can look for different solutions here, as it's a common problem:
https://code.google.com/p/google-plus-platform/issues/detail?id=554

Custom Google profile URL

Now when google have changed their profiles in the last couple of days I cannot find any way of setting the profile URL. I have done this in the past but I had to create another account today and the feature is nowhere to be found. The instructions found in help # google are describing the old profiles.
Well it finally seems that google have launched something to deal with this.
http://glpl.us/
This service lets you create your own custom profile URL with this shortened format.
Take ours for example - now we have http://glpl.us/binalogue
Thanks google!
For business pages, you have to go through a verification process:
how-to-get-a-custom-url-for-your-google-plus-business-page
verifying-your-google-plus-business-page
google's verification request page
Update...now just this:
- Getting Started with Google+ Custom URLs

Resources