Where can I find my own account_id?
To make a sucessful call to: https://api.dropboxapi.com/2/users/get_account, I need to provide (my own) account_id. I am trying to access my own account via the api v2 bypassing the OAuth flow, but using the app registration page generated access token, using node and axios, directly calling the api not using any sdk. In…