Skip to main content

All Questions

0 votes
0 answers
28 views

is there anyone know about how to save the captured image, recorded audio and location address to save in google drive using python

enter image description here Description: I'm encountering an issue with my application where I receive a "redirect_uri_mismatch" error with the status code 400. I'm using [Visual studio ...
dj jiiva's user avatar
0 votes
1 answer
194 views

Google auth page is not working in my current project. I am attaching the image current problem and the eroor message

I am trying to make a project which uses google plus api from google cloud console that is used for authentication, but as soon as I click on the id for the authentication it shows this error. I dont ...
Divyanshu Ranjan's user avatar
0 votes
0 answers
106 views

Google Cloud Scheduler issues using python sdk 2.6.0

I am using google's python sdk (v2.6.0) for creating jobs on Google Cloud Scheduler that have a HTTP target. Jobs are getting created, however, I am facing a couple of other issues: The HTTP target ...
Kapil Mangtani's user avatar
0 votes
0 answers
894 views

Quota exceeded for limit of read requests per user per 100 seconds in gspread, but Console Cloud Google showing just 24 requests

I have a program which needs to extract rows from 15 google sheets (and some other requests), but when I run the code if I do not insert a time.sleep(20) between each reading function I receive the ...
Carlo Toniatti's user avatar
1 vote
0 answers
61 views

How to obtain verification for a set of Python scripts?

I have written a set of Python scripts to access Google Drive on my behalf, to upload/download files and share them. I use this to distribute and retrieve homework in a class. My "app" is ...
Luca's user avatar
  • 1,068
1 vote
1 answer
1k views

Dataflow pipeline stuck at reading from Pub/Sub

After one day of working completely fine, streaming data from Pub/Sub, flattening the data and writing the rows to BigQuery; the Dataflow Pipeline has started reporting errors like this: Processing ...
KM_'s user avatar
  • 41
0 votes
1 answer
2k views

installing tensorflow on ubuntu linux, protobuf version issue

While installing tensorflow on Ubuntu (GCloud VM), I am getting alert as - pip install tensorflow apache-beam 0.6.0 has requirement protobuf==3.2.0, but you'll have protobuf 3.5.2 which is ...
saurabh rathor's user avatar
1 vote
1 answer
1k views

GCP Python3 Startup Script Issue

I've used startup scripts on Google Cloud Compute Instances: setsid python home/junaid_athar/pull.py And I can run the following script on the VM without issue when logged in at the root directory: ...
Junaid ATHAR's user avatar
5 votes
1 answer
10k views

The TensorFlow library wasn't compiled to use SSE3, SSE4.1, SSE4.2, AVX on Google Cloud Platform Console

I have a TensorFlow model to test a wide-n-deep neural network, but I can't get it to run on my windows machine because of a bug in the TensorFlow Library. Now I'm having to resort to Google Cloud ...
user1401727's user avatar
1 vote
2 answers
2k views

Google Vision API text detection Python example uses project: "google.com:cloudsdktool" and not my own project

I am working on the python example for Cloud Vision API from github repo. I have already setup the project and activated the service account with its key. I have also called the gcloud auth and ...
Saad Qureshi's user avatar
1 vote
0 answers
32 views

pyquery not installing on google cloud console

I am trying to install pyquery on google cloud console. I tried the command pip install pyquery which worked fine on my local system. But when i run it on cloud console it gives the following error....
NaveedAli92's user avatar