Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image upload example returns 404 #33

Open
yanagiragi opened this issue Sep 14, 2020 · 0 comments
Open

Image upload example returns 404 #33

yanagiragi opened this issue Sep 14, 2020 · 0 comments

Comments

@yanagiragi
Copy link

Log:

/usr/local/lib/python2.7/dist-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  from cryptography import x509
Traceback (most recent call last):
  File "games-config.py", line 865, in <module>
    main(sys.argv)
  File "games-config.py", line 183, in main
    api.image(flags)
  File "games-config.py", line 459, in image
    rsp = self.resumable_upload(req)
  File "games-config.py", line 478, in resumable_upload
    status, response = req.next_chunk()
  File "/home/jimhsu/.local/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/home/jimhsu/.local/lib/python2.7/site-packages/googleapiclient/http.py", line 991, in next_chunk
    raise ResumableUploadError(resp, content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant