How to get auth token from client app

Hey Jake! You cannot get the token directly from the client side – we handle it for you when you use the SDK.

If you want to get a user’s token to upload files, I’m afraid you’ll need to send them through an OAuth process or ask them to supply their API key. You’ll also need to store the keys in a secure manner.