top | item 5121730 A New Side Project - Send2Cloud 5 points| jeffjia | 13 years ago |jeffjia.github.com 2 comments order hn newest jakedahn|13 years ago I would recommend that you rethink/refactor your authentication choices.From a usability perspective it is kind of a pain to be required to login with two separate accounts to use a service.I recommend that instead of using google accounts at all, you just use the oauth authentication api from DropBox: https://www.dropbox.com/developers/start/authentication#pyth...You should be able to achieve the same thing you're doing now with google+dropbox with just dropbox. jeffjia|13 years ago Thanks, jakedahn. I really appreciate your suggestion. I would try only using Dropbox for authentication in the next version.
jakedahn|13 years ago I would recommend that you rethink/refactor your authentication choices.From a usability perspective it is kind of a pain to be required to login with two separate accounts to use a service.I recommend that instead of using google accounts at all, you just use the oauth authentication api from DropBox: https://www.dropbox.com/developers/start/authentication#pyth...You should be able to achieve the same thing you're doing now with google+dropbox with just dropbox. jeffjia|13 years ago Thanks, jakedahn. I really appreciate your suggestion. I would try only using Dropbox for authentication in the next version.
jeffjia|13 years ago Thanks, jakedahn. I really appreciate your suggestion. I would try only using Dropbox for authentication in the next version.
jakedahn|13 years ago
From a usability perspective it is kind of a pain to be required to login with two separate accounts to use a service.
I recommend that instead of using google accounts at all, you just use the oauth authentication api from DropBox: https://www.dropbox.com/developers/start/authentication#pyth...
You should be able to achieve the same thing you're doing now with google+dropbox with just dropbox.
jeffjia|13 years ago