Oh my, let me begin:
What I have working:
- Auth0 application created and connected to dropbox. The 'Try' option successfully gives me access to my app folder on a user's dropbox account. Great

- I have setup my Dropbox App on my dropbox developer site and it worked previously to create folders, upload files, and read from folders.
I changed my app from using a single access code (mine generated from my developer website), to authenticate users using Auth0.

The image below fails (using the Auth0 accessToken returned to create a new Dropbox client using the Dropbox Javascript SDK)

Using the accessToken returned from Auth0 after successfully authenticating a user and after the user grants my app access to their dropbox site, using the Auth0 accessToken
- to create a new instance of the Dropbox client (Dropbox SDK for Javascript) works
- to call filesCreateFolderV2() or any other api methods fail with an 'invalid_access_token' error
Please helppppppp.