Skip to content

Instantly share code, notes, and snippets.

@ririw
Created December 3, 2015 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ririw/01bef05a54ba33e3513c to your computer and use it in GitHub Desktop.
Save ririw/01bef05a54ba33e3513c to your computer and use it in GitHub Desktop.
dave's thing
def new_folder(folder_name, content_type, parentID, key=None, read_only=False, allow_children=True):
if key is None:
key = folder_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment