Page 1 of 1

Where and how to create UseGoogleDrive() IDs?

Posted: Wed May 02, 2018 11:15 pm
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?

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

Posted: Thu May 03, 2018 10:47 pm
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