Skip to content Skip to sidebar Skip to footer

Chrome Extension - Javascript Origins For Google Api

I'm trying to make my Chrome extension upload files to Google Drive, but I'm stuck on authorization. I've been working off the code and instructions from here, but I don't know wha

Solution 1:

You don't have to worry about the origin part in Chrome Extension, you simply need to generate a client id specific to the Chrome Extension, and use the Chrome Identity API to get authorization from the user.


Post a Comment for "Chrome Extension - Javascript Origins For Google Api"