One more issue I am trying to resolve. As I mentioned previously I was able to download the file from dropbox and properly parse it into an array and access array elements within the async function I use to download the dropbox file. However I am having issues using the array outside of the async function LoadFileFromDropBox. It looks like it returns a promise not an array I can use outside the function. I have tried a few things get the array from the returned promise but unsuccessful. Here is the functions I am trying to work with :


I have tried various calls to try to access the array outside the async function :

The usual results I get on the console is as follows :

Any assistance to be able to use the users_array outside of the async functions would be greatly appreciated. Thanks.