We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

varunpareek's avatar
varunpareek
Explorer | Level 3
22 days ago

getting error when trying to download a file via api in react native

const AccessAsync = await AsyncStorage.getItem('Access'); const ACCESS_TOKEN = AccessAsync; const DOWNLOAD_URL = 'https://content.dropboxapi.com/2/files/download'; const DESTINATION_PATH = `$...