Hi,
I just started with Bitcasa today, by downloading the Android sample code and starting on the REST documentation.
We are considering two options:
A) Our Android app connects to the user's Bitcasa Personal account to display thumbnails of and play their videos.
B) We use Bitcasa as the white-label cloud storage and require users to create new Bitcasa Platform accounts.
I'm thoroughly confused by what's offered and would appreciate some guidance.
1) There are 2 SDKs on GitHub: bitcasa-sdk-android, and bitcasa-cloudfs-sdk-android. What is the difference?
2) I've created a Platform account and a test user, but cannot login to the Bitcasa app in Google Play with that. Logging in with a personal account works. Is that expected? If so, how is (B) tested then?
3) What is the easiest way with one of those SDKs to input my client ID and secret and authenticate to a test user?
I've tried changing CLIENT_ID and CLIENT_SECRET in bitcasa-sdk-android MainActivity.java, and the constants in bitcasa-cloudfs-sdk-android TestAccount.java.
Thanks in advance,
~Andrew