You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to im...@googlegroups.com
Hey Erel!
You're going to need to set an Authorization header with your Client-ID and make a POST request to `https://api.imgur.com/3/image` with the following form data:
`image` with value of the URL you want to upload
`type` with value `url`
Your Authorization HTTP header should be set like so: `Authorization: Client-ID YOUR_CLIENT_ID`
Below are links to the relevant docs, hope this helps!