-
```
Hello, I am trying to get oAuth2.0 for Google Plus, I did some testing around,
and it was working fine, then something went wrong, I was trying alot of
things. Even when I use the "google-api-ph…
-
```
Hi,
I am trying to list all the accounts created by user(authentication is done). I
have used the code provided on net:
require_once(ABSPATH.'/google-api-php-client/src/apiClient.php');
require…
-
```
What steps will reproduce the problem?
1. I have written the following "index.php" in order to get the user email:
session_start();
require_once "../src/apiClient.php";
require_once "../src/cont…
-
```
What steps will reproduce the problem?
1. I have written the following "index.php" in order to get the user email:
session_start();
require_once "../src/apiClient.php";
require_once "../src/cont…
-
```
Hello, I am trying to get oAuth2.0 for Google Plus, I did some testing around,
and it was working fine, then something went wrong, I was trying alot of
things. Even when I use the "google-api-ph…
-
```
What steps will reproduce the problem?
1. set up all credentials in file serviceAccount.php (I've signed up for an
Oauth Service Account )
2. Load the page
What is the expected output? What do y…
-
```
Hi,
I am trying to list all the accounts created by user(authentication is done). I
have used the code provided on net:
require_once(ABSPATH.'/google-api-php-client/src/apiClient.php');
require…
-
```
What steps will reproduce the problem?
1. Create a script with this content :
2. Execute the script and look the result
What is the expected output? What do you see instead?
The result to the…
-
```
I don't have any idea about why I see that error. (XXXXXXXX is the id)
Fatal error: Uncaught exception 'apiServiceException' with message
'Error calling GET
https://www.googleapis.com/analyti…
-
```
When using the partial response feature via the "fields" optional parameter and
the requested event range does not contain any events the google-api-php-client
throws an invalid json exception.
…