Skip to content

Instantly share code, notes, and snippets.

@Sneezry
Created June 27, 2014 01:48
Show Gist options
  • Save Sneezry/33104536ed53aad31ede to your computer and use it in GitHub Desktop.
Save Sneezry/33104536ed53aad31ede to your computer and use it in GitHub Desktop.
chrome.mediaGalleries.getMediaFileSystems({
interactive: 'if_needed'
}, function(fileSystemArray){
//We'll do something with fileSystemArray later
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment