makerbot/thingiverse-ruby

Support for deleting things

Closed this issue · 3 comments

I tried to make my own, but I keep getting 403 even after authenticating with this:

Thingiverse::Connection.delete("/things/#{id}")

Note: Currently, apps can only modify or delete things that the app has created.

Oh gotchya, thanks!

It's a temporary measure until we implement proper oauth permission scopes.