Hi Chanaka, Folder creation can be done using the insertFile method.
Google API saying: " In google drive api, a folder is essentially a file — one identified by the special folder MIME type application/vnd.google-apps.folder. You can create a new folder by inserting a file with this MIME type and a folder title. Do not include an extension when setting a folder title. To create a subfolder to a particular folder, specify the the correct ID in the parents property of the file. " Ref: https://developers.google.com/drive/folder Any way having seperate methods for folder handling would be much easier to the end user. Thanks Indika Kularathne -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-Google-Drive-tp89555p89611.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
