Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Can I use Google Drive API without registration my extension on Google Chrome Store?

share|improve this question

3 Answers

Yes you can. Your app only needs to be registered in the API Console.

share|improve this answer

You need to create a Client ID for web applications in the API Console and define callback URLs. Basically it's about to get oAuth working in the first place... then you can really USE it.

Drive API has to be enabled there, under 'Services'.

share|improve this answer

UPDATE: This has changed in the meanwhile and was true for Drive API v1.

No. You can use the Documents List API for that purpose.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.