Learn how to make the most out of the Dropbox Community here 💙.
User Profile
Nickolas S.
New member | Level 1
Joined 11 years ago
User Widgets
Posts & Replies
Wufoo -> Dropbox -> Webapp - How to get user uploaded files from the directory in a gallery montage?
Greetings 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. I want my website (a PHP file) to be able to ...3.7KViews0likes12CommentsSolution to : Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: Operation too slow. Less than 1024 bytes/sec transfered the last 10 seconds'
Greetings I get those errors on my app. Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: Operation too slow. Less than 1024 bytes/sec tr...2.9KViews0likes5CommentsRe: Solution to : Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: Operation too slow. Less than 1024 bytes/sec transfered the last 10 seconds'
Is there any ways to keep displaying the app while skipping the Dropbox calls? It's a cause of nervousness for the client to know that his app might crash at any times for a short duration... :S2.9KViews0likes0CommentsRe: Wufoo -> Dropbox -> Webapp - How to get user uploaded files from the directory in a gallery montage?
Found the timeout info: https://www.dropbox.com/developers/core/docs#media 4 hours. It's also not recommended to use those to display image directly to browser... I'll resort to downloading th...825Views0likes0CommentsRe: Wufoo -> Dropbox -> Webapp - How to get user uploaded files from the directory in a gallery montage?
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). What is the tim...825Views0likes0CommentsRe: Wufoo -> Dropbox -> Webapp - How to get user uploaded files from the directory in a gallery montage?
Great! I managed to list all the images of my wufoo upload folder into PHP... Do I have to specifically download every file to my own server or can I directly link to those?3.4KViews0likes0CommentsRe: Wufoo -> Dropbox -> Webapp - How to get user uploaded files from the directory in a gallery montage?
I can't seem to be able to "list" the files of a particular folder located on the Root of my dropbox account. The Path is Valid, but perhaps my App doesn't allow access to this part of my account. ...3.4KViews0likes0CommentsRe: Wufoo -> Dropbox -> Webapp - How to get user uploaded files from the directory in a gallery montage?
How can I change the target folder for the retrieval of users' uploaded photos? The only thing I did so far was manage to skip the oAuth process by hard-coding the accesstoken. Upon refresh my PHP ...3.4KViews0likes0Comments