Questions tagged as 'google-api'

0
answers

How can Google SingIn not log in automatically when entering the login page?

I have a login page where there is the option to login via Google SingIn to web, however I want to avoid the following behaviors: If I have already logged into the google account in the browser, when entering the site it automaticall...
asked by 23.10.2018 / 16:02
0
answers

Google API authentication issues in Ruby

I'm developing an API in Ruby that communicates google-api-ruby-client but when I try to authenticate I get some errors. example of my code: class GoogleService require 'googleauth' require 'signet/oauth_2/client' require 'goog...
asked by 13.08.2018 / 23:37
0
answers

What exactly is needed to publish to Google plus with its APIs

My question is about the Google+ Domains API From this answer is said: "There is currently no public API to publish to Google +." So, look for other questions and answers, I see the possibility of POST with Google + Domains API throug...
asked by 18.11.2017 / 14:35
0
answers

Remove by mass or from a group

I'm using the Google People API and need to do a mass delete operation. I took a look at their documentation, but I did not find any way to delete all contacts from the calendar or from a certain group (like sending a batch, for example). I s...
asked by 11.08.2017 / 21:52
0
answers

Quick-start sample app for PHP

I'm making a website and I want to implement Google login using Quick-show sample app for PHP. However, when I run the signin.php page, the option to log in through Google + appears, but when I log in I stay on the same page and nothin...
asked by 03.05.2016 / 21:56
0
answers

Plus.PeopleApi can not connect

I'm developing an application that will create, read, and update some documents in Drive . In NavigationView , I would like to identify the User account. The same way it is done in the Google Play or Play Music app....
asked by 09.03.2016 / 20:40
0
answers

Create a list of the latest videos from a youtube channel with the API V3

I have a code that takes the last videos of a channel and puts the thumbnails of them to run in a popup (with jquery, that part works well). The code is this: <?php error_reporting(E_ALL); $feedURL = 'http://gdata.youtube.com/fee...
asked by 08.05.2015 / 01:20
0
answers

Use Google Youtube API V3 in Laravel 5

I would like to know how to install google api v3 in Laravel 5, I used the composer to download the package but I do not know how to configure the providers and aliases. I need to make a system that uploads videos from my website on youtube.   ...
asked by 12.05.2015 / 23:53
1
answer

Returning image with Google Feed API

I'm trying to return the image of an rss feed using the Google Feed API and Jquery function parseRSS(url, location, container) { $.ajax({ url: document.location.protocol + '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&...
asked by 12.11.2014 / 17:48
0
answers

Place marked in address search - Geocoding api

I wonder if there is any parameter in the Geocoding api, which removes the marked places from the address search. For example: in the address search with a general zip (end 000), the name of the searched street was not returned, but the denti...
asked by 07.12.2018 / 13:38