Pedro
Pedro

Reputation: 52

Create Internal Google Drive App without publishing on Chrome Web Store

Is it possible to create a Google Drive Web Application using the Google Drive API without publishing the application to the Chrome Web Store?

I have tried to implement it. The authentication is now done, but now it complains about: "403 : The Authenticated user has not installed the app with the client id {clientid} "

Thanks in advance!

Regards,

Pedro

Upvotes: 3

Views: 903

Answers (1)

Ali Afshar
Ali Afshar

Reputation: 41633

Edit: This is now entirely possible. There is no chrome webstore limitation for apps merely wishing to use the Drive API.


Currently, no, you must create and install from the Chrome Web Store. Please note that you can publish your app to a private group of Trusted Testers which will prevent it from showing in the main listing (which would be bad during development).

We understand that this is a barrier to entry of using the API, and are looking at solutions.

Upvotes: 5

Related Questions