Skip to main content
Question

How to associate Metadata to Document / folder using JDK API

  • May 22, 2025
  • 1 reply
  • 6 views

Forum|alt.badge.img

Hello All,

 

I want to associate the metadata template created by admin to my documents using java sdk API.

 

How can i do the same ? can someone provide me sample of API or reference 

1 reply

Forum|alt.badge.img

Java docs API says to use followng method, I am trying to use the same getting 404 error. 

 

Anyone tried this ?

 

public Metadata createMetadata(String typeName, Metadata metadata)