Google apis console 'Javascript origins'

What is the meaning of "Javascript Origins" in the Google Api Console? Is this the way google allows access to my scripts that the API can access it?

When using Google Api, what extra care should I take, given Javascript Origins, when downloading my .js files accessing Google Apis so that they work correctly?

+4
source share
1 answer

Used by the Google APIs Client Library for JavaScript . I tried cross-porting from "Javascript Origins" with my own JS using the OAuth 2.0 access token, but it does not work. Thus, it seems that a JS gadget that works only in the Google gadget environment will work.

+1
source

Source: https://habr.com/ru/post/914605/


All Articles