Recursion Error: maximum recursion depth exceeded while calling a Python object (First opening issue) #1072
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: question
Request for information or clarification. Not an issue.
I tried to create a simple get endpoint to test uploading a simple file to google cloud storage. When I tried to upload the file, I encounter the recursion error. I tried to use a tempfile, but it still gave me the same error. I have installed the latest
google-cloud-storage
package. I also tried to update all of my packages in my enviroment as well. However, the probelm still occurs. I would really appricate any guidances to get this to work.Environment details
google-cloud-storage
version: Version: 2.10.0Steps to reproduce
Code from getting the file from the file system to upload
Code from creating a temp file to upload
Stack trace
The text was updated successfully, but these errors were encountered: