alooi14 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 1 forks source link

URGENT: 'Exception' with message 'GAPI: Failed1 to authenticate user. " #647

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Real Time Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.):

Issue summary:
Provide a brief summary of the issue you're experiencing.

We're having an issue when we tried to connect 

<!-- exception 'Exception' with message 'GAPI: Failed1 to authenticate user. 
Error: "https://developers.google.com/accounts/docs/AuthForInstalledApps
"' in /home/proyphp/public_html/reportes-pecuarios-dinamico/gapi.class.php:421
Stack trace:
#0 /home/proyphp/public_html/reportes-pecuarios-dinamico/gapi.class.php(62): 
gapi->authenticateUser('862646716888-tj...', 'eQFSU_O5QlQg9Fq...')
#1 
/home/proyphp/public_html/reportes-pecuarios-dinamico/home/application.php(36): 
gapi->__construct('862646716888-tj...', 'eQFSU_O5QlQg9Fq...')
#2 /home/proyphp/public_html/reportes-pecuarios-dinamico/home/index.php(170): 
analythics_codice->__construct('19116448')
#3 {main} -->

Steps to reproduce issue:
1. http://proyectosphp.codice.com/reportes-pecuarios-dinamico/home/index.php
2.
3.

Expected output:
What do you expect to see after performing the above steps?

Get the error described

Actual results:
What do you actually see after performing the above steps?

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots or sample code which demonstrates the issue being
described.

Original issue reported on code.google.com by carlosc...@gmail.com on 27 May 2015 at 3:44

Attachments:

GoogleCodeExporter commented 8 years ago
ClientLogin has been officially deprecated as of April 20, 2012 and is no 
longer available as per our deprecation policy.

The above mentioned library uses the deprecated authentication method and will 
continue to fail until it is migrated to use OAuth 2.0
https://developers.google.com/identity/protocols/OAuth2

Original comment by mcoh...@google.com on 27 May 2015 at 3:50