|
| Copying files to the cloud |
| Iniciado por guest, 01,jun. 2015 22:18 - 6 respuestas |
| |
| | | |
|
| |
| Publicado el 01,junio 2015 - 22:18 |
Hello everyone,
for an existing project, I need to be able to copy files to the Cloud, so that the files can be "seen" on a tablet like an ipad. I've been checking the cloud-examples that are delivered with Windev, but this doesn't seems to be working.
Is there anyone here who has allready some experience in sending files to the cloud ? It would be nice if I could find a way to send files to Dropbox, Google Drive or OneDrive. Any hints on this matter, based on your own experience would be very welcome !
Thanks in advance
Patrick |
| |
| |
| | | |
|
| | |
| |
| Publicado el 01,junio 2015 - 22:55 |
Patrick,
lst93 has a "Android Dropbox" example. Never used it, but maybe you can ask pcsoft to send you a copy. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 01,junio 2015 - 23:26 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 01,junio 2015 - 23:37 |
Hi Patrick,
most cloud drives have an api (google drive, cubic (ovh) etc.... Of course, each api is going to be different than the others, so it's up to you to choose the right one... I have talked about this problem with a customer, but the project was never developed (at least yet) so I don't have any details
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 02,junio 2015 - 02:48 |
Hello Patrick
You don't say what sort of files these are. If they are just Word docs or PDF's, images etc why not just copy the files to the dropbox synch folder on the computer and then retrieve them on the tablet ?
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 02,junio 2015 - 05:53 |
Hello Al,
the files are mostly PDF and Text-files. Copying the files manually into Dropbox isn't an option. The customer is very lazy, and wants the files been put there automaticly...
best regards
Patrick |
| |
| |
| | | |
|
| | |
| |
| Publicado el 02,junio 2015 - 11:42 |
Hello Patrick
In one of my applications the client just ticks the files to be exported from a table and then I copy them into the dropbox synch folder using fCopyFile(). The table is filled by reading the nominated directory into the table.
Regards Al |
| |
| |
| | | |
|
| | | | |
| | |
|