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 Freesound api
Whenever I try to send any kind of request to the API, I get an HTML
header with a status code "302 Moved Temporarily" in return. Is this
really just a temporary issue?
Vincent Akkermans
unread,
Mar 5, 2012, 12:06:59 PM3/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 freeso...@googlegroups.com
Hiya,
Are you adding a final slash to the URL? If not, what you're getting is a redirect which the browser usually follows, but most API clients don't.
Cheers,
Vincent
frederic font corbera
unread,
Mar 5, 2012, 12:09:19 PM3/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 freeso...@googlegroups.com
Hey tophattom,
What Vincent says is true,
try to access the API via the browser so you make sure where the problem is.