Questions tagged [google-developer-tools]
184 questions
0
votes
0 answers
Google API Service account keys
Im trying to get a service account key (service account key) for the google natural language API, the problem is that im creating the key on my ipad and it says the key json file has been downloaded to my laptop. Is there a way to get access to this…

39fredy
- 1,923
- 2
- 21
- 40
0
votes
2 answers
Programatically download file from google cloud storage bucket
I'm trying to figure out how to download a file from google cloud storage bucket.
My use-case is to run a scheduled script which downloads a .csv file once a day and save it to a SQL DB.
I considered doing it using python and the google SDK but got…

Erez Reuven
- 11
- 1
0
votes
2 answers
TensorFlow from Google - Data Security
Does anyone have any idea whether Google collects data that one supplies to Tensorflow? I mean it is open source, but it falls under their licences.

Centar 15
- 127
- 1
- 13
0
votes
1 answer
Script only working in the console even with document.ready
I have a script that runs on a page. It doesn't work, but when I type it into the console then run it it works perfectly.
This might sound like other questions such as this one, but I already have $(document).ready(). All the variables already…

Ethan
- 3,410
- 1
- 28
- 49
0
votes
1 answer
how to run a js file in my browser
The first thanks to all, thanks to your answers I am learning to program little by little.
In the intranet of my office daily I have to make a query via browser that returns me about 1000 results. I have to check them all since I do not have a…

tatyana
- 55
- 7
0
votes
0 answers
Google Developer Console continuously gives errors
I am trying to create a project on Developer Console. Step 1, creating the project goes fine. However, I cannot enable an API (Gmail in my case).
I have been trying this continuously for past two hours. I've also tried deleting a project and then…

Himanshu Shekhar
- 318
- 9
- 15
0
votes
1 answer
Disallow sharing Google Mobile Developer Services data with Google after allowed
When creating a new app on https://developers.google.com/mobile/add?platform=android&cntapi=gcm, I got the following to check or uncheck:
Share your Google Mobile Developer Services data with Google to help
improve Google's products and services.…
user6792802
0
votes
1 answer
PHP Gmail API Send message from "send"
I try to figure out how I can implement the GMAIL API with PHP.
My Application should only create draft/send messages.
I was successful to create a draft and send it with the gmail api.
My problem is, I should send, after some time is passed,…

Setaloro
- 41
- 5
0
votes
1 answer
Google chrome web developer tool
For some time, the web developer tools of chrome is very slow.
When I navigate in tabs, or when I debug.
But the navigation in the browser is fine, I try to remove all extensions, I reinstall Chrome, but nothing change...
Version 52.0.2743.116 m…
user3631498
0
votes
1 answer
See CSS of :after activated on hover in dev tools
In Google developer tools A website applies an :after only on hover.
Therefore, when I hover on an element I can't move my mouse to the :after in dev tools to see the css.
Is there a way to pause on hover in dev tools?

GrapeSoda
- 131
- 4
0
votes
2 answers
Downloading file from Google Drive using iOS SDK
I'm trying to download file from Google Drive using the SDK provided for iOS. But it is giving me this error:
Error Domain=com.google.HTTPStatus Code=400 "(null)"
Here is the download code:
GTLDriveFile *file = [driveFiles…

Rohitax Rajguru
- 893
- 2
- 13
- 35
0
votes
1 answer
Google Analytics authentication
I have set up the application to report multiple campaigns from multiple clients (grouped by particular client). For testing, my client provided an access to my application (I followed this tutorial…

Kingos
- 3
- 3
0
votes
1 answer
How can we use the deeplink information to gather sender data like mail id using Google API AppReferral
I am trying Application referral using this https://developers.google.com/app-invites/android/ detail.
My Application requirement once receiver installed the referred Application, sender needs to get some credit like points.
But i can not get any…

karthik
- 321
- 1
- 8
- 21
0
votes
1 answer
What does enabling Google Developers Console actually do?
We have a request from a company doing work for one of our departments which would require us to enable the Developers Console in our Google Apps For Education domain. I can find scant information on what turning this on actually does.
One of the…

John Hascall
- 9,176
- 6
- 48
- 72
0
votes
1 answer
Recording memory leak in Google Chrome using Ionic in browser
How can I record memory leaks in Google Chrome similar to what is being performed in the link bewow?
https://github.com/driftyco/ionic/issues/1096
I have an Ionic app that runs embedded video, after clicking back and forth for over 10 pages during…

me9867
- 1,519
- 4
- 25
- 53