rogeriopvl / downstagram

Command line tool to download and backup all your Instagram photos
MIT License
32 stars 7 forks source link

Downloading Files #2

Closed brandonflatsoda closed 10 years ago

brandonflatsoda commented 10 years ago

I got the program installed and everything seems to be working, but when I run it, I get an error message and just a gigantic string of data in the terminal, but no download of the actual photos.

Error: EACCES, permission denied 'myusername_instagram_photos' occurred: {"pagination":{"next_url":"https:\/\/api.insta

rogeriopvl commented 10 years ago

Thanks for the feedback.

Maybe you are running the command in a folder where your system user can't write files /folders? From the error it appears to be problem.

Can you confirm this?

brandonflatsoda commented 10 years ago

Yes I can, I changed the dir and it worked perfectly. Thanks for your help!