Member since
04-15-2024
4
Posts
1
Kudos Received
0
Solutions
05-30-2024
11:52 PM
Hi, I m trying to put files into AWS S3 browser from Nifi using PutS3Object processor and getting below error. Bucket Name , AccessKeyID and SecretAccessKey are used correctly. I m stuck here. Please help.
... View more
Labels:
- Labels:
-
Apache NiFi
05-29-2024
05:09 AM
curl -H "Content-Type: application/JSON ; Authorization: Bearer {token here}" -d "{"revision":{"clientId":"ac153723-44ff-17fd-e42e-f975cb01817b"},"processors":{"id":"ac15a47e-44ff-17fd-ffff-fffffc691b51","running":"true"}}" -X PUT "https://aaa.com:443/nifi-api/processors/ac15a47e-44ff-17fd-ffff-fffffc691b51/run-status" we are trying to run NIFI processor using NIFI API as above, but its giving UNAUTHORIZED error always. Can any one help in getting this fixed. Are we using correct code? We are able to get the token from NIFI.
... View more
Labels:
- Labels:
-
Apache NiFi
05-29-2024
02:23 AM
Hi, I m trying to put files into AWS S3 browser from Nifi using PutS3Object processor and getting below error. Bucket Name , AccessKeyID and SecretAccessKey are used correctly. I m stuck here. Please help.
... View more