Closed achaldixit closed 1 year ago
I remember that there is something peculiar about uploading media to Google Drive. Perhaps it is the same for this API? I haven't thought about this in a while, but maybe something here will help you:
If you really have to troubleshoot this, use the API explorer to send a successful request and capture exactly how that goes out over the wire. Then run your failing request with httr::with_verbose()
. Figure out how to make the latter look like the former.
Looking for help to figure out how can I send images using httr::POST on google chat. So google chat provides a webhook to which we can POST using a HTTP request.
I am getting the following error response:
For texts, it works fine! Thanks in advance.