HI sorry for english :
i use this script to upload file directly on my dropbox app with javascript:
<form onSubmit="return uploadFile()">
<input type="hidden" id="access-token" value="<?=$token ?>" />
<label>Seleziona il file da caricare</label>
<br>
<input type="file" id="file-upload" />
<br>
<button type="submit">Esegui l'upload</button>
</form>
in this way the access token is show in souce code .
if a developer use this access token can create an app and manage the file of my folder ,
it's true ?
if it's true how can i secure it ?