Clean up array to remove space between items for use in API body

What was your final join() function then?

Literally join(cleaned array dropbox;,) which resulted in a string output separating each item with a comma and no spaces, which then in turn made the Dropbox API call work like a charm.

2 Likes