On Monday, May 13, 2013 2:25:32 PM UTC-5, prateek bansal wrote: > In my website i use Google Drive API and i want to create new folder with > that username in my drive when new user sign up. > Please help me.. > >
Hello Prateek, The Google Drive API allows a developer to create a folder by using the same function that creates a file, except you need to pass it a mime type of "application/vnd.google-apps.folder". Here's the relevant documentation: https://developers.google.com/drive/folder ----------------- -Vinny P Technology & Media Advisor Chicago, IL My Go side project: http://invalidmail.com/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
