Link Dropbox & Armbian , pas d'url lors de la config

Bonjour,

J’ai un problème lors de la configuration de Dropbox sur ma orange pi,

J’ai suivis ce process :

cd /home
git clone https://github.com/andreafabrizi/Dropbox-Uploader.git
sudo mv /home/Dropbox-Uploader/dropbox_uploader.sh /home
sudo chmod +x dropbox_uploader.sh
sudo ./dropbox_uploader.sh


root@orangepilite:/home# sudo ./dropbox_uploader.sh

 This is the first time you run this script, please follow the instructions:

 1) Open the following URL in your Browser, and log in using your account: https://www.dropbox.com/developers/apps
 2) Click on "Create App", then select "Dropbox API app"
 3) Now go on with the configuration, choosing the app permissions and access restrictions to your DropBox folder
 4) Enter the "App Name" that you prefer (e.g. MyUploader6462596522750)

 Now, click on the "Create App" button.

 When your new App is successfully created, please click on the Generate button
 under the 'Generated access token' section, then copy and paste the new access token here:

 # Access token: MONTOKEN
 > The access token is MONTOKEN. Looks ok? [y/N]: y
   The configuration has been saved.

Voila ce qu’il me donne…

Sur tout les tuto du web il doit donner un URL pour donner l’accès a ce dropbox. De mon coter j’ai rien…

Le compte est lié mais j’ai tester des transfert il me dit : Permission denied

lors du dropbox info , il me donne bien mon mail et log

mais aucune trace de cette url

Source tuto : Anderson69s.com | Raspberry Pi & Dropbox | 02/18/2014

Bonsoir

Regarde peux être du côté de
~/.dropbox_uploader
Normalement c’est le dossier/fichier de configuration, peux être que ton URL est stocké dedans. Car le script utilisé dans le tuto est ancien, il y a eu du changement entre temps.

Je viens de décortiquer tout les fichier du repertoire et les seul lien présent sont ce la :

API_MIGRATE_V2="https://api.dropboxapi.com/1/oauth2/token_from_oauth1"

API_LONGPOLL_FOLDER=« https://notify.dropboxapi.com/2/files/list_folder/longpoll »
API_CHUNKED_UPLOAD_START_URL=« https://content.dropboxapi.com/2/files/upload_session/start »
API_CHUNKED_UPLOAD_FINISH_URL=« https://content.dropboxapi.com/2/files/upload_session/finish »
API_CHUNKED_UPLOAD_APPEND_URL=« https://content.dropboxapi.com/2/files/upload_session/append_v2 »
API_UPLOAD_URL=« https://content.dropboxapi.com/2/files/upload »
API_DOWNLOAD_URL=« https://content.dropboxapi.com/2/files/download »
API_DELETE_URL=« https://api.dropboxapi.com/2/files/delete »
API_MOVE_URL=« https://api.dropboxapi.com/2/files/move »
API_COPY_URL=« https://api.dropboxapi.com/2/files/copy »
API_METADATA_URL=« https://api.dropboxapi.com/2/files/get_metadata »
API_LIST_FOLDER_URL=« https://api.dropboxapi.com/2/files/list_folder »
API_LIST_FOLDER_CONTINUE_URL=« https://api.dropboxapi.com/2/files/list_folder/continue »
API_ACCOUNT_INFO_URL=« https://api.dropboxapi.com/2/users/get_current_account »
API_ACCOUNT_SPACE_URL=« https://api.dropboxapi.com/2/users/get_space_usage »
API_MKDIR_URL=« https://api.dropboxapi.com/2/files/create_folder »
API_SHARE_URL=« https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings »
API_SAVEURL_URL=« https://api.dropboxapi.com/2/files/save_url »
API_SAVEURL_JOBSTATUS_URL=« https://api.dropboxapi.com/2/files/save_url/check_job_status »
API_SEARCH_URL=« https://api.dropboxapi.com/2/files/search »
APP_CREATE_URL=« Login - Dropbox »
RESPONSE_FILE=« $TMP_DIR/du_resp_$RANDOM »
CHUNK_FILE=« $TMP_DIR/du_chunk_$RANDOM »
TEMP_FILE=« $TMP_DIR/du_tmp_$RANDOM »
BIN_DEPS=« sed basename date grep stat dd mkdir »
VERSION=« 1.0 »

Malheureusement pas de trace…

Mon projet est d’installer une camera avec mon orange pi, j’ai motioneye et motion d’installer, maintenant je voudrais qu’il me stock les enregistrement sur un hebergeur afin que je puisse y accéder a partir de n’importe quelle appareil

Ben que je lis la documentation du programme à aucun moment il parle de générer un lien ou quelque chose https://github.com/andreafabrizi/Dropbox-Uploader/blob/master/README.md

Ps: mais par rapport à ton premier screen est ce que le programme avait terminé de travailler ou c’est toi qui l’arrêté ?

il a fini de travailler …

en plus la j’ai un 2nd problème lorsque je visualise ma webcam il me met un ecran gris avec marquer : UNABLE TO LOAD DEVICE

aparament c’est du à une mauvais extinction de la Pi pourtant je fait : sudo shutdown -h now

Sinon vous avez un autre système afin que motion enregistre les fichier dans un « cloud » ?