Dear all
How are you? I Deployed my application on dropbox and make add application option by QR code, so how i can make add applications without Email verifications.
Is there any function to write on logic platform?
Thank you
Sync with dropbox
-
- Posts: 1883
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Sync with dropbox
The way that Dropbox authenticates users is controlled by Dropbox, not CSPro. In older versions of CSPro, you could connect to Dropbox and specify a username/password, but this has been disallowed by Dropbox in favor of OAuth 2.0 authentication. You can read more about it here:
https://developers.dropbox.com/oauth-guide
If you want to install applications without requiring that users know a password, you will have to use CSWeb or a FTP server.
https://developers.dropbox.com/oauth-guide
If you want to install applications without requiring that users know a password, you will have to use CSWeb or a FTP server.