My app send me a "v1_retired" message when i try to upload a json file. The command is:
$http({ method: 'PUT', url: 'https://api-content.dropbox.com/1/files_put/dropbox/'+G_NomeUsuario+'/avisos.json?access_token='+G_AccessToken, data: data
What do i have to do for fix it?
Thanks.
Marcos.