Created
December 3, 2015 03:55
-
-
Save ririw/01bef05a54ba33e3513c to your computer and use it in GitHub Desktop.
dave's thing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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