I'm working on google app engine with python and Drive-sdk. My application creates shortcuts (files with no content and the mimeType 'application/vnd.google-apps.drive-sdk')
when I try to specify in Drive-sdk that the default mimeType my app can open is : 'application/vnd.google-apps.drive-sdk' i get the following message:
''MIME types beginning with "application/vnd.google-apps." are reserved for internal use. If you want your app to open Google documents, use the import option below. ''
ps: the import option allows users to open files that can be converted to a format that this app can open