Re: [Architecture] Connector:Google Drive

2013-12-11 Thread Jackie Wheeler
A few comments on the operation names: - All operation names should start with a lowercase letter. Some of them, like ListComments and ListProperty and a few others, start with upper case. Please fix. - listFile should be listFiles - listFilePermission should be listFilePermissions

Re: [Architecture] Connector:Google Drive

2013-12-11 Thread indika prasad
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

Re: [Architecture] Connector:Google Drive

2013-12-11 Thread indika prasad
Hi Jackie, We will update the method list with corrected camel case and names. Child refer to both files and folders in google API. Most of the method names are taken from the google drive API. Using same method names in connector would be easier to the end user. But if it doesn't give the

[Architecture] Connector:Google Drive

2013-12-10 Thread indika prasad
*Introduction* Google Drive is a file storage and synchronization service provided by Google, which enables user cloud storage, file sharing and collaborative editing. Google Drive API is used to deal with google drive to perform certain operations allowed by the API. Google Drive Connector

Re: [Architecture] Connector:Google Drive

2013-12-10 Thread Chanaka Fernando
Hi Indika, Since Google Drive is somewhat related to files, it is better to have some folder related methods to your supported list. My suggestion is to add the following methods to your list of supporting methods. • *touchFile *Set the file's updated time to the