Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

401. That’s an error. Error: invalid_client The OAuth client was not found

I am working with Google Drive File Picker by following this Google Drive File Picker Example demo project. I have generated API Key and Client Id. But when I run the project I am getting following error

  1. That’s an error.

Error: invalid_client

The OAuth client was not found.

I have also checked This Google Drive File Picker Example Link but it does not work, Please help me to solve my issue.

invalid_client in google oauth2.

enter image description here

like image 309
user3653474 Avatar asked Aug 25 '15 13:08

user3653474


People also ask

How do I fix OAuth client was not found?

That error is either because you have a typo in your client ID or the OAuth client actually doesn't exist in the region to which you're connecting (mypurecloud.com). Client credentials can only be used with the API in the same region as the org in which they were created.


1 Answers

Your client_id is not correct, re-check pls

like image 93
Dima Gavryshchyk Avatar answered Sep 20 '22 07:09

Dima Gavryshchyk