Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created April 12, 2013 02:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cfjedimaster/5368726 to your computer and use it in GitHub Desktop.
<cfset docs = createObject("component", "docs")>
<cfset docs.authenticate("rcamden@gmail.com","x")>
<cfset mydocs = docs.getDocumentList()>
<cfdump var="#mydocs#" top=4>
<cfset content = docs.download(mydocs.sourceurl[1])>
<cfoutput>result is #content#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment