Dropbox Synchronization Default Folder

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
Post Reply
munirmdee1
Posts: 74
Joined: August 17th, 2015, 9:32 am
Location: Dar es Salaam, Tanzania

Dropbox Synchronization Default Folder

Post by munirmdee1 »

Hi Everyone,

I have a little concern about the synchronization in dropbox, actually it works fine, except that it creates CSPro folder in Dropbox account where I synchronize the data. And inside it, is where all application files are kept like dictionary and others.

I don't want to use the default Folder which is CSPro, I would like to name my own folder like "Energy" or else.

How do I change this default folder to my own...which is "Energy"?

My syntax are:

Code: Select all

function senddata()
	 	if syncconnect(Dropbox) then
	 		if syncdata(PUT,SYNCH) then
	 			errmsg("DATA SENT SUCCESSFUL!!...");
	 			Stop(-1);
	 		else
	 			errmsg("DATA NOT SENT, CHECK CONNECTION!!..");
	 			Stop(-1);
	 		endif;
	 	else
	 		errmsg("CONNECTION TO THE SERVER FAILED!!..");
	 		Stop(-1);
	 	endif;
	 end;
Thanks in Advance.
Munir Mdee
Software Programmer
National Bureau of Statistic (NBS)
Jakaya Kikwete Road,
P.O.Box 2683,
Dodoma,TANZANIA
Mob: +255 755 740090
Email: munir.mdee@nbs.go.tz
munirmdee@gmail.com
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Dropbox Synchronization Default Folder

Post by josh »

It is not possible to change the folder used by syncdata(). It always uses the folder CSPro.
munirmdee1
Posts: 74
Joined: August 17th, 2015, 9:32 am
Location: Dar es Salaam, Tanzania

Re: Dropbox Synchronization Default Folder

Post by munirmdee1 »

Ok,

Thanks Josh
Munir Mdee
Software Programmer
National Bureau of Statistic (NBS)
Jakaya Kikwete Road,
P.O.Box 2683,
Dodoma,TANZANIA
Mob: +255 755 740090
Email: munir.mdee@nbs.go.tz
munirmdee@gmail.com
Post Reply