Open nitinjassi opened 7 months ago
Can you give me a bit more information about your environment? Are you running locally, or on a cloud VM? Any firewall or other network details that would be helpful?
To be clear, you're just trying to do a simple write when you encounter this error, right? Does it happen every time you interact with a GCP library, or just this method?
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Please run down the following list and make sure you've tried the usual "quick fixes":
If you are still having issues, please be sure to include as much information as possible:
Environment details
google-cloud-firestore
version: 2.11.1 Summary: Google Cloud Firestore API client librarySteps to reproduce
from google.cloud import firestore
if name == 'main': db = firestore.Client(database='di-firestore-db') data = {"name": "Los Angeles", "state": "CA", "country": "USA"} db.collection("cities").document("LA").set(data)
Code example
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!