Ressources created via API not visible in Browser Extension and mobile App

Hi,

when I create v5 ressources via API, they do not show up in the official apps. However they get returned when querying the folder via API.

Are there any filters active or requirements to show the ressources in the apps? Before v5 I didn’t have this problem.

Thanks,
Volker

G’day Volker.

It’s likely that the resources are being saved in the db by the API but they’re not created correctly for the browser extension to display them (basically they’re incorrectly created).

I have my learning repo for v5 API stuff. Take a look at passbolt.py
https://github.com/gyaresu/passbolt-api-tools

Cheers
Gareth