angular-google-gapi icon indicating copy to clipboard operation
angular-google-gapi copied to clipboard

An AngularJS module for using all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module uses Google APIs Client Library for JavaScript, available for all GApis.

Results 18 angular-google-gapi issues
Sort by recently updated
recently updated
newest added

I followed the login process in the readme, but my login popup is always blocked. Is there a workaround/solution?

I tried many ways using $window to detect window's onbeforeunload but, no success. How should I detect google login window close event.

Google has recently updated the API Sign-in Libraries. It should be replaced by the currently used in the project More details here https://developers.google.com/identity/sign-in/web/reference

Hi, the silent relogin with checkAuth() does not work on first start of the app (like reloading the URL). This has once worked and I've found the corresponding code part....

Hi, I try demo but It does not working. Please check. Thanks. ![2017-04-20_20-02-53](https://cloud.githubusercontent.com/assets/6039359/25232094/6b8e7fb4-2604-11e7-8245-5b3afe1cd795.png)

Passing login_hint functionality added to prevent issues when logged in with multiple google accounts.

I know my code is not perfect but maybe it could be useful for you. It's fully working with Auth 2.0 libraries.

I'm trying to use a google Api to log in my app but I want to do a double check in the BE. Googles documentation said that I'm able to...

Running your example results in a `401`: ``` { "error": { "errors": [ { "domain": "global", "reason": "required", "message": "User not found", "locationType": "header", "location": "Authorization" } ], "code": 401,...