remy / jsonbin

A personal JSON store as a RESTful service
https://jsonbin.org
395 stars 26 forks source link

Permissions don't switch to public #35

Open GuimDev opened 6 years ago

GuimDev commented 6 years ago

PUT /guimdev/1234/_perms

with header : "authorization": "token *secret-key*"

Does nothing.

GET /guimdev/1234/_perms => false

(I replaced my binname to 1234)

remy commented 6 years ago

What do you see under https://jsonbin.org/_/me/public ?

GuimDev commented 6 years ago

This :

[]
e-global commented 6 years ago

I have same issue

nollydeng commented 6 years ago

same issue

metakolor commented 4 years ago

Same issue tried: curl -i -H "authorization: token mytoken" -X PUT https://jsonbin.org/mybin/folder/_perms/ Takes a minute, Response 502, stays false