Hi there,
I'm trying to update Dropbox-Files via Node RED. The environment is:
RPi 3B
Node-RED 1.3.5
Node.js 12.22.1
node-red-node-dropbox
The flow is like this (inject -> dropbox-out:
[{"id":"db687784.6dabb8","type":"dropbox out","z":"52c29281.9046cc","dropbox":"","filename":"test.txt","localFilename":"/home/pi/test.txt","name":"","x":430,"y":2220,"wires":},{"id":"ac478f5f.b1398","type":"inject","z":"52c29281.9046cc","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":209,"y":2227.800048828125,"wires":[["db687784.6dabb8"]]}]
I'm always getteing an error:
{"error_summary": "missing_scope/..", "error": {".tag": "missing_scope", "required_scope": "files.content.write"}}
Dropbox-App permissions are set : individual scope: files.content.write files.content.read.
Same issue, trying to read a file ( "required_scope": "files.content.read").
Where is my mistake. Need help.
Thank you so much.