<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wufoo -&amp;gt; Dropbox -&amp;gt; Webapp - How to get user uploaded files from the directory in a gallery montage? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53256#M1621</link>
    <description>&lt;P&gt;In fact, my Wufoo uploaded files are outside of the App folder. Do I need a Full DropBox access (All file type checkbox) or the Specific File types one?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2015 01:31:09 GMT</pubDate>
    <dc:creator>Nickolas S.</dc:creator>
    <dc:date>2015-01-16T01:31:09Z</dc:date>
    <item>
      <title>Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53249#M1614</link>
      <description>&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;I'm using Wufoo (a form design app - basiclly a form) so user can upload their photo into the form. Those pictures are stored in Dropbox.&lt;/P&gt;

&lt;P&gt;I want my website (a PHP file) to be able to get those images, crop them and display them in a nice format (some mosaic gallery of the photos). User would then be able to see the other user-uploaded photo...&lt;/P&gt;

&lt;P&gt;Is there already something coded for that? I would need a little help on getting that to work.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Nickolas Simard&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:46:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53249#M1614</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2019-05-29T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53250#M1615</link>
      <description>&lt;P&gt;Since Wufoo only have Top level folder integration...&lt;BR /&gt;
It just occured to me: Can I also grab the content of another folder, NOT located under the Apps folder? &lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 00:30:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53250#M1615</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2015-01-16T00:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53251#M1616</link>
      <description>&lt;P&gt;I'm not too familiar with the Wufoo Dropbox integration itself, but my understanding is that it accepts files uploaded to your form and puts them in your Dropbox. It sounds like you then want to get those files from your Dropbox and display them on your site in a mosaic. This would certainly be possible using the Core API, which enables API apps to retrieve files from Dropbox accounts from any folder. Since you're using PHP, we recommend using the official PHP Core SDK. We don't have any samples already coded in PHP that do exactly that, but you can get started with the following resources:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/sdks/php" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/sdks/php&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/developers/core/start/php" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/start/php&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/" rel="nofollow noreferrer"&gt;http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 00:41:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53251#M1616</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-16T00:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53252#M1617</link>
      <description>&lt;P&gt;How can I change the target folder for the retrieval of users' uploaded photos?&lt;BR /&gt;
The only thing I did so far was manage to skip the oAuth process by hard-coding the accesstoken. Upon refresh my PHP file, it reuploads the "working-draft.txt" files.&lt;/P&gt;

&lt;P&gt;I'll get to reading those docs... but not much "script example" are shown.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 00:52:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53252#M1617</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2015-01-16T00:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53253#M1618</link>
      <description>&lt;P&gt;What making an API call, e.g., using &lt;CODE&gt;getFile&lt;/CODE&gt;, you can specify the full path to the desired file. E.g., from the &lt;A href="https://www.dropbox.com/developers/core/start/php#downloading" rel="nofollow noreferrer"&gt;PHP Core SDK tutorial&lt;/A&gt;, I might change the &lt;CODE&gt;getFile&lt;/CODE&gt; line to:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$fileMetadata = $dbxClient-&amp;gt;getFile("/Form1/image.jpg", $f);
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this case, I'm downloading image.jpg from the Form1 folder.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:09:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53253#M1618</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-16T01:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53254#M1619</link>
      <description>&lt;P&gt;I can't seem to be able to "list" the files of a particular folder located on the Root of my dropbox account.&lt;BR /&gt;
The Path is Valid, but perhaps my App doesn't allow access to this part of my account. How can I fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:16:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53254#M1619</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2015-01-16T01:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53255#M1620</link>
      <description>&lt;P&gt;I'd need to see the error or output to say with more confidence, but it sounds like your app is registered for a more restrictive permission than you need. (E.g., maybe you registered for "app folder" when you need to access other files outside the app folder.) You can find more information on the different app permissions here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/devguide#app-permissions" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/reference/devguide#app-permissions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you need to register for a different permission, you can do so here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:17:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53255#M1620</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-16T01:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53256#M1621</link>
      <description>&lt;P&gt;In fact, my Wufoo uploaded files are outside of the App folder. Do I need a Full DropBox access (All file type checkbox) or the Specific File types one?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:31:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53256#M1621</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2015-01-16T01:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53257#M1622</link>
      <description>&lt;P&gt;Either full or file type access would allow your app access to files outside an app folder, so whichever you prefer.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:32:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53257#M1622</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-16T01:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53258#M1623</link>
      <description>&lt;P&gt;Great! &lt;BR /&gt;
I managed to list all the images of my wufoo upload folder into PHP...&lt;/P&gt;

&lt;P&gt;Do I have to specifically download every file to my own server or can I directly link to those? &lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:50:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53258#M1623</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2015-01-16T01:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53259#M1624</link>
      <description>&lt;P&gt;That's one way, or you can use the &lt;CODE&gt;createTemporaryDirectLink&lt;/CODE&gt; method to get a temporary link to the file contents without downloading the contents to your server itself:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/class-Dropbox.Client.html#_createTemporaryDirectLink" rel="nofollow noreferrer"&gt;http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/class-Dropbox.Client.html#_createTemporaryDirectLink&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 02:09:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53259#M1624</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-16T02:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53260#M1625</link>
      <description>&lt;P&gt;That class won't work well, since the link to the file would expire and would need to be generated again (which would require the script to parse all images again for a fresh link).&lt;BR /&gt;
What is the timeout of that link? If it's long enough, perhaps I could make the link generation script run only once per timeout?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 02:31:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53260#M1625</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2015-01-16T02:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Wufoo -&gt; Dropbox -&gt; Webapp - How to get user uploaded files from the directory in a gallery montage?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53261#M1626</link>
      <description>&lt;P&gt;Found the timeout info: &lt;A href="https://www.dropbox.com/developers/core/docs#media" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#media&lt;/A&gt;&lt;BR /&gt;
4 hours.&lt;BR /&gt;
It's also not recommended to use those to display image directly to browser...&lt;/P&gt;

&lt;P&gt;I'll resort to downloading the files and also the thumbnail (getThumbnail) to save the thumb generation on my server's side. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;

&lt;P&gt;Now I gotta get some caching system done...&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 03:03:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wufoo-gt-Dropbox-gt-Webapp-How-to-get-user-uploaded-files-from/m-p/53261#M1626</guid>
      <dc:creator>Nickolas S.</dc:creator>
      <dc:date>2015-01-16T03:03:34Z</dc:date>
    </item>
  </channel>
</rss>

