getting error on updating DNG resource through rest api

7 answers


Hi Ian Barnard, I have checked with my team, and token has the permission to update
Comments

Yes those are updateable - need more detail - what's the error? If it's still 403 then you have authentication/permission problem, can you try the operation using a browser REST client, that's usually the best way to try these things out. It it's 412 then that's If-Match not being copied from the ETag from the GET response. I've never tried the Authorization header, what sort of token is it?

Iam still getting 403 error " >com.ibm.rdm.fronting.server.exception.PermissionsForbiddenException</err:detailedMessage>"
- I also used etag from the GET response as it is
- get the DNG resource using GET response
- Dont modify anything
- Upload to DNG Server without changing anything in GET response.
- get the DNG resource using GET response
- modify only "dcterms:title"
- Upload to DNG Server.

Hi,

Thanks Alexandru.

I would reply directly to your comments but the reply character limit is highly restrictive.


Hi Alexandru, Thanks for your quick reply. I am replying here, due to reply section issue