-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Upload Media API] Cannot upload photo from bytes. #5
Comments
Have you solved this issue? |
Did you fixe the issue ? |
I was having the same issue as OP and last year I contacted google business API team about it. They've recently replied that it seems to be a bug in the API and they added this to their public issue tracker: |
So there is no solution right now ? |
It seems that way, at least I haven't found any. You could use the "Upload from a URL" method described here: Edit: perhaps you can click on the "I'm impacted" (+1) button on the link I posted above, maybe that will move the issue up in priority |
I am facing same issue. |
use following method it works but only if you provide it url of image that is already hosted on your own server or somewhere else: local_post["media"] = [{ |
Recently I use the upload API from bytes(follow this API Docs), but I failed to upload the photo. Here is my code:
after the last request, I got the following error response:
Does something I did wrong?
The text was updated successfully, but these errors were encountered: