<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Thanks Tim.</div><div><br></div><div>Probably I'm doing something wrong. I did as follow:</div><div><br></div><div>1) I saved file ".reminders" in my Google Drive > folder "System" which I can access by link <a href="https://drive.google.com/drive/folders/1Cx6Wrxk4TuEeEJtTz1fBs8MeW03OSWlk" target="_blank">https://drive.google.com/drive/folders/1Cx6Wrxk4TuEeEJtTz1fBs8MeW03OSWlk</a></div><div>2) I gave following command using such a link and adding the file name:</div><div>remind -q <a href="https://drive.google.com/drive/folders/1Cx6Wrxk4TuEeEJtTz1fBs8MeW03OSWlk/.reminders" target="_blank">https://drive.google.com/drive/folders/1Cx6Wrxk4TuEeEJtTz1fBs8MeW03OSWlk/.reminders</a> | gxmessage -buttons "OK:1" -default "OK" -center -font "ubuntu 10" -fg black -bg azure -wrap -title "Reminders odierni" -file -</div><div>and the output was:</div><div>Can't access file: `<a href="https://drive.google.com/drive/folders/1Cx6Wrxk4TuEeEJtTz1fBs8MeW03OSWlk/.reminders" target="_blank">https://drive.google.com/drive/folders/1Cx6Wrxk4TuEeEJtTz1fBs8MeW03OSWlk/.reminders</a>'.</div><div>3) I tried another way giving to the command a link provided directly by Gooogle Drive by right clicking on the file and choosing item "Get shareable link". Google output was "<a href="https://drive.google.com/open?id=1AevuZ66Z0gVMUKHSM-iVewuUUcVy7oDF" target="_blank">https://drive.google.com/open?id=1AevuZ66Z0gVMUKHSM-iVewuUUcVy7oDF</a>".</div><div>4) I gave the following new command using such a link and adding "/.reminders":</div><div>remind -q <a href="https://drive.google.com/open?id=1AevuZ66Z0gVMUKHSM-iVewuUUcVy7oDF/.reminders" target="_blank">https://drive.google.com/open?id=1AevuZ66Z0gVMUKHSM-iVewuUUcVy7oDF/.reminders</a> | gxmessage -buttons "OK:1" -default "OK" -center -font "ubuntu 10" -fg black -bg azure -wrap -title "Reminders odierni" -file -</div><div>and the output was:</div><div>Can't access file: `<a href="https://drive.google.com/open?id=1AevuZ66Z0gVMUKHSM-iVewuUUcVy7oDF/.reminders" target="_blank">https://drive.google.com/open?id=1AevuZ66Z0gVMUKHSM-iVewuUUcVy7oDF/.reminders</a>'.</div><div><br></div><div>Could it be a password problem?</div><div><br></div><div>How to solve it?</div><div><br></div><div>Claudio :)</div></div></div><div class="gmail-yj6qo gmail-ajU" style="outline:none;padding:10px 0px;width:22px;margin:2px 0px 0px"><br class="gmail-Apple-interchange-newline"></div></div><br><div class="gmail_quote"><div dir="ltr">Il giorno mer 26 set 2018 alle ore 12:54 Tim Chase <<a href="mailto:remind@tim.thechases.com">remind@tim.thechases.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2018-09-26 12:06, Claudio Pighin wrote:<br>
> Is it possible to save file .reminders in a cloud storage (ex.<br>
> Google Drive) in order to access it by web to show reminders?<br>
<br>
Might depend on your OS. With pretty much any non-Windows OS (Mac,<br>
Linux, BSD), you can create a symlink to a file somewhere else in<br>
your directory structure, including in a dropbox-synced folder.<br>
<br>
$ cd ~/path/to/wherever/Dropbox/syncs/<br>
$ echo 'REM Sep 26 2018 MSG %"Set up remind/dropbox%"%' > reminders.rem<br>
$ cd<br>
$ ln -s path/to/wherever/Dropbox/syncs/reminders.rem .reminders<br>
<br>
I have two dozen .rem files under version-control in git, all stored<br>
in a subdirectory, and sync that directory (and the git repo) to/from<br>
multiple machines regularly, and use the above symlink trick to point<br>
to the master "remind.rem" file that includes all the others.<br>
<br>
If you're on Windows, I imagine the concept would be similar, but I<br>
have no idea how to create symlinks on Windows.<br>
<br>
-tim<br>
<br>
<br>
_______________________________________________<br>
Remind-fans mailing list<br>
<a href="mailto:Remind-fans@lists.roaringpenguin.com" target="_blank">Remind-fans@lists.roaringpenguin.com</a><br>
<a href="http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans" rel="noreferrer" target="_blank">http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans</a><br>
Remind is at <a href="http://www.roaringpenguin.com/products/remind" rel="noreferrer" target="_blank">http://www.roaringpenguin.com/products/remind</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Claudio Pighin<br><a href="mailto:cpighin@gmail.com" target="_blank">cpighin@gmail.com</a></div>