Limited token-permissions prevents write access to bucket

Hi all

We have incoming sensor data in Node-Red, after some modifications, we do a server write into a bucket. If the access token has full access, this works, but if we try to limit the permissions to only ‘bucket’, the writes are not happening anymore. Even if we give permission to all actions for the bucket.

How can we limit the permissions via an action token?

Thanks in advance!
Gus

Hi,

just tested to create a new token with limited access (only WriteBucket on test_write):

And tried the query to write to a bucket and it works fine.

Writes in the bucket:

image

If I remove the permission, then it throws the corresponding forbidden.

So, some checks:

  • Ensure your token is enabled
  • Ensure you copied the token correctly, without trailing spaces or missing characters

Hi @gus, did you solved the issues?