andreafabrizi / Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.56k stars 1.08k forks source link

.dropbox_uploader Configuration File Not Being Generated on AWS EC2 Instance #595

Open AdrielS30 opened 4 months ago

AdrielS30 commented 4 months ago

I am SSH'd into my AWS EC2 Ubuntu server instance. After cloning the Dropbox-Uploader repository and running the setup script (dropbox_uploader.sh) (and following the prompts to enter my app key, secret, and confirmation code), I'm not seeing the .dropbox_uploader configuration file in my home directory.

I've searched for it and it's not being generated anywhere on the server. I've made sure to add permissions and to ran through the process a few times.

Anyone else experience this problem in this environment, or know of a simple step I might be overlooking? Big thanks in advance to any responses.