You are not logged in.
Pages: 1
Whenever I use Folders.CreateFolder function through the API I received error message "[action, ACTION_NOT_PERMITTED]" but when I execute the same URL direct from the Chrome browser it returns with no error and work correctly, please help me ?
This the URL:
api/1.0/Folders.CreateFolder/type="folder"/folderName=Zkakakka/parentId=0
Offline
Hi ashraf,
Most likely you are already logged in to IMS as an administrator when you run that in Chrome. From a separate API client you will need to handle logging in and the session token.
Dominic
Offline
here is below the method I am trying to use in my API code to create new parent folder.
Folders.CreateFolder/params={"folderName"="koko",parentid=0,"type"="FOLDER"}
but unfortunately I received this bad error input!
{"result":{"api":"BAD_INPUT","action":"API_ERROR","debug":"Parameter, 'type' not found for 'Createfolder' action."}}
How I can solve this error ? Appreciate your kind help
Thanks
Ash.
Offline
Pages: 1