I’ve tried a variety of JSON extraction tools, and all of the have the same problem that they essentially ignore any privacy rules that should allow a user to view the data - even is a backend workflow where privacy rules can be explicitly ignored.
Even running as Admin wil permissions over everything doesn’t work. Bubble says: sorry, I’m only listening to the privacy rules set for Everyone Else (you know, the people you probably want to prevent accessing all your data!)
The only way for the tool to extract the full database table is for me to include Everyone else (default permissions) can View Everything.
Even if the user who is running the workflow has full permissions, it doesn’t work. All I get is the ID and content type, like so:
[
{
"_id": "XXXXXXXXXXXxXXXXXXXXXXXXXXX",
"_type": "custom.type"
},
{
"_id": "XXXXXXXXXXXxXXXXXXXXXXXXXXX",
"_type": "custom.type"
}
]
Can anyone explain why this might be happening, or is this a bug - which it appears to be.