Where and how to create UseGoogleDrive() IDs?

Just starting out? Need help? Post your questions and find answers here.
ehbarba
Posts: 31
Joined: Thu Mar 29, 2018 2:20 am

Where and how to create UseGoogleDrive() IDs?

Post by ehbarba »

UseGoogleDrive() requires two IDs that, as the documentation says, has to be created in the google developer console. But the google developer console is huge and I do not know where and how to create those IDs.

Can someone tell me how to do that?
ehbarba
Posts: 31
Joined: Thu Mar 29, 2018 2:20 am

Re: Where and how to create UseGoogleDrive() IDs?

Post by ehbarba »

Ok. I found that the CLIENT_Id and API_Key may be created here:

https://console.developers.google.com/apis/library

but it does not work with UseGoogleDrive(). Produce an error:

Code: Select all

401. That’s an error.

Error: invalid_client

The OAuth client was not found.

Request Details
That’s all we know.
Has someone used UseGoogleDrive()?

Does GoogleDriveEditor sample works for you? if so, why can´t I make it works?

Thanks

Ezequiel
Post Reply