Skip to content

Instantly share code, notes, and snippets.

@nruigrok
Last active August 29, 2015 14:03
Show Gist options
  • Save nruigrok/97ca984d41472379b138 to your computer and use it in GitHub Desktop.
Save nruigrok/97ca984d41472379b138 to your computer and use it in GitHub Desktop.
# post to AmCAT
> amcat.upload.articles(conn, project=29, articleset=11964,
+ author=d$Auteur,
+ headline="twitter",
+ text=d$Bericht.tekst,
+ date=d$datum,
+ medium="twitter",
+ length=d$Volgers)
Error in .amcat.post(conn, path, data = json_data) :
Server returned 'HTTP/1.1 403 FORBIDDEN', expected status 201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment