docs.getDownloadUrl - not work as POST request, only as GET request
28 views
Skip to first unread message
anna.br...@gmail.com
unread,
Dec 4, 2015, 7:10:40 AM12/4/15
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 Scribd Platform Talk
In our site there is a POST curl request to scribd where all
parameters except api_key was sent in CURLOPT_POSTFIELDS. And it worked
fine. But now the curl request return error "Required parameter
missing". When I added all parameters to request url (CURLOPT_URL)- it works
again. Can you please explain what could change? Why it stopped working
as before?