I tried as given below. But the file is going to root directory(My-Drive).
var metadata = { \'title\': fileData.fileName, \'mimeType\': contentType, \'
I solved the issue.
The error was in this line:
'parents':["0B6NmmF3ovpsbExuOEc1R2JzSFEp"]
The line should be:
'parents':[{"id":"0B6NmmF3ovpsbExuOEc1R2JzSFEp"}]
Documentation can be found at https://developers.google.com/drive/web/folder