Excellent idea !You can also just directly insert the privacy rule into the database as well if you wanted
it's exactly the same code so apart of the user id which may be the issue, there is no reason that it works with exactly the same triggers on the website and not with the same triggers with postman for instance.there might be an error happening in the code somewhere.
Please Log in or Create an account to join the conversation.
That's exactly what debugging means. I will review adding error output to raw access (e.g. &format=raw) by throwing a error HTTP header with the error message. That should make it easier to find bugs in code.Once again I don't ask for debugging, just to figure out how it's working as it's very difficult to find out
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Either know the folder id in advance and set it or you'll need to create a folder using the folder class object, which is as follows.Just another question : how can I add the new item in a folder ?
I mean that I'd like all users to have a default folder named External uploads used by my api for instance.
So how would I create one if not exists or use one if exists ? It seems like folder are got by id so I've no real idea of how to achieve this.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.