Sorry his name is "cas"
Posts made by Poul Christoffersen
-
RE: Upload to dropBox [Resolved]
Update:
Using the mentioned script is possible without switching to bash!
Just follow the instructions that "cat" gave.
And many thanks to "cat" for the great and competent effort! -
RE: Upload to dropBox [Resolved]
.... and the upload to dropbox:
This also seems to work!!!
You saved my day. Thanks.
-
RE: Upload to dropBox [Resolved]
New output
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="https://www.google.dk/?gws_rd=cr&dcr=0&ei=CRJWWonhCsOE6ASVgKboDQ">here</A>.
</BODY></HTML> -
RE: Upload to dropBox [Resolved]
After
opkg install ca-certificates=>Same error:
curl: (77) Error reading ca cert file /etc/ssl/certs/ca-certificates.crt - mbedTLS: (-0x3E00) PK - Read/write of file failed -
RE: Upload to dropBox [Resolved]
Output is:
curl: (77) Error reading ca cert file /etc/ssl/certs/ca-certificates.crt - mbedTLS: (-0x3E00) PK - Read/write of file failed
-
RE: Upload to dropBox [Resolved]
@cas said in Upload to dropBox:
opkg install bash
bash seems to be pre-installed on the Omega2
I started bash but still get the error:grep: /tmp/du_resp_6939: No such file or directory
-
Upload to dropBox [Resolved]
Hi
I have with (great) success used the following script:
dropbox_uploader.sh (from https://github.com/andreafabrizi/Dropbox-Uploader)on my RasPi-0.
I know it's a bash script, but because Omega2's shell (ash) is fairly compatible, I had hoped it could run here too:
But no!
I get the following error:
grep: /tmp/du_resp_7079: No such file or directoryI see 3 possible solutions:
- Correct the script.
- Switch from ash to bash on the Omega2.
- Find another solution.
Unfortunately, I have no solution to any of these three.
Can anyone help?