cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
If you’ve changed your email address, now's the perfect time to update it on your Dropbox account and we’re here to help! Learn more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Web login issue

Web login issue

Andrew S.60
New member | Level 1

We are trying to provide users the ability to connect their Dropbox account to a hardware device we manufacture (a scanner).  This device comes with an embedded browser based on QT4 ( apple webkit 534.34 ), as such we are rendering the web login page in this browser, but users are unable to submit the login form.  Looking at the source html, it appears that in some circumstances the login submit is disabled for certain browsers.

Modern Firefox or Chrome:

<button type="submit" class="login-button button-primary"><div class="sign-in- text">Sign in</div>

QtWeb:

<button disabled="True" type="submit" class="login-button button-primary"><div class="sign-in- text">Sign in</div>

Can we please get some assistance with allowing QT4 based browsers to login to Dropbox.

Thanks in advance,

Andrew

4 Replies 4

Rich
Super User II

Moved to the API forum.

Greg-DB
Dropbox Staff

It seems the browser you're referring to is based on an old version of WebKit. Unfortunately, this browser isn't officially supported by the Dropbox web site:

https://www.dropbox.com/help/3

That being the case, I'm afraid I don't have a good solution to offer, as we can't offer fixes for old browsers. When developing an app, you should make sure the OAuth flow is processed via a supported browser.

Andrew S.60
New member | Level 1

I can understand stating that Dropbox won't fix issues with their website not functioning properly on unsupported browsers, but the login page appears to be explicitly disabling the login button because of the browser version.  We're simply leveraging the website for the OAuth flow and completely disabling the ability to login seems overkill, especially for such a flow like OAuth which is commonly embedded into another app, and not necessarily a website.

Steve M.
Dropbox Staff

Andrew, I'm not 100% sure without investigating, but I believe the login button is always disabled on initial page load. It's then enabled via JavaScript, but presumably something's failing before we get to that point on the browser you're using.

Unless there's a specific security issue that we're mitigating, it's unlikely that we're intentionally disabling the button on unsupported browsers; it's more that we do no testing on those browsers and as a policy don't attempt to fix bugs that only affect unsupported browsers.

I realize this can be difficult if you're trying to use an embedded browser in your app, but browser compatibility is difficult, especially on a page like the login page, where we have to be extremely sensitive to security concerns and take advantage of as many modern browser security features as we can. My suggestion is the same as Gregory's: try to use the system's default browser if at all possible.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Steve M. Dropbox Staff
  • User avatar
    Andrew S.60 New member | Level 1
  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    Rich Super User II
What do Dropbox user levels mean?