0

A long time ago I had set up an Arduino Yun to send files to Dropbox... I tried now and it ends in "killed" when trying to install the latest Dropbox Python module.

pip install (six, urllib3, etc etc) does work individually without running out of memory. Unfortunately when I install all but Dropbox, and then put the Dropbox module code folder in the current directory, it does start to import Dropbox with import dropbox but ends up with the KILLED message.

Is there a way I can connect to my current Dropbox without it using all of the 60mb of RAM and quitting... I keep getting the error with version 2.1:

Error.Cannot connect to Dropbox [400] u'v1_retired'

dda
1,5951 gold badge12 silver badges17 bronze badges
asked Aug 11, 2018 at 9:20
1
  • 1
    Have you configured any swap space on your Yun? Commented Aug 11, 2018 at 9:52

1 Answer 1

0

I'd eventually figured out how to do it running the latest Dropbox module installed into the sd card where there was room.

answered Feb 10, 2019 at 5:41

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.