Skip to main content
April 6, 2015
Question

REST "Create Folder" Duplicate folder error despite non duplicate

  • April 6, 2015
  • 0 replies
  • 470 views
According to API document, 
"Name has to be unique under the parent folder. " 
http://developers.marketo.com/documentation/asset-api/create-folder/
But This API returns duplicate error when the folder name has not be unique across all folders.
Is this a marketo defect?

For Example
MyFolder -+-Test1
               +-Test2
When I make Test2 under Test1    ==> Dupulicate Error
MyFolder -+-Test1-+-Test2
               +-Test2
Response is
{"requestId":"6b4e#14c8ccf57b7","success":false,"errors":[{"code":"709","message":"Test2 Duplicate folder name"}]}
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.