Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Adding custom api keys

rxsegrxup edited this page Oct 28, 2014 · 6 revisions
  1. Navigate to consumerapi.bitcasa.com/admin/applications/new and login
  2. Fill in the form to create a new application. Be sure to set the redirect URL to https://rose-llc.com/bitcasafilelister/ (Although it should still work if you don't)
  3. Once created it will present you with your client ID and client secret
  4. Copy the client ID and client secret into the getfiles.py file at line 204 as displayed below.
bitc = BitcasaClient("<new Client ID>", "<new Client Secret>", "https://rose-llc.com/bitcasafilelist/", self.accesstoken)

NOTE: DO NOT modify any other portion of this line

Clone this wiki locally