0

I'm trying to do this:

INSERT INTO ymail.folders(folder.folderInfo.name) VALUES('Lykebox')

But i'm receiving this error:

No matching endpoints for verb 'insert' in table 'ymail.folders'.

If it's not possible, please let me know about any ways to create a folder with PHP.

yasar
  • 13,158
  • 28
  • 95
  • 160

1 Answers1

0

perhaps try the api to create a folder CreateFolder adds a new personal folder to the user’s MyFolder list. Folder names can be letters, numbers, and the hyphen (-), space ( ), and underline (_) characters only.

preference is given to the json endpoint here imho :)

almog.ori
  • 7,839
  • 1
  • 35
  • 49