Hi everyone,
I use STATA/SE 18 and keep my files and data on Dropbox. Dropbox is also integrated into my hard drives on my work PC (Windows) and my Macbook.
When I use the Windows PC, it automatically downloads the files I need for the regressions, and Dropbox pops up and gives a notification about it. For example, the following command accesses the file, even though it is initially in an "Online Only" mode:
Now, when I do the exact same thing with the exact same file on my Macbook, I get the following error message:
.
My current workaround is double-clicking on the file I need when using the Macbook. The data gets uploaded into the STATA interface, and I can work with it.
Maybe my problem is even more complicated because even downloading the file to my Mac and then trying to open it with STATA gives me the same error code:
. I have to upload it into STATA first, no chance otherwise.
Any feedback is appreciated, as this hinders double platform workability tremendously.
Thank you and best wishes,
Björn.
I use STATA/SE 18 and keep my files and data on Dropbox. Dropbox is also integrated into my hard drives on my work PC (Windows) and my Macbook.
When I use the Windows PC, it automatically downloads the files I need for the regressions, and Dropbox pops up and gives a notification about it. For example, the following command accesses the file, even though it is initially in an "Online Only" mode:
Code:
use "${path_tables}2Sample.dta", clear
Code:
file /Users/Username/Dropbox/harddrive/data/dataset/project-name/2Sample.dta not Stata format r(610);
My current workaround is double-clicking on the file I need when using the Macbook. The data gets uploaded into the STATA interface, and I can work with it.
Maybe my problem is even more complicated because even downloading the file to my Mac and then trying to open it with STATA gives me the same error code:
Code:
file /Users/Username/Dropbox/harddrive/data/dataset/project-name/2Sample.dta not Stata format r(610);
Any feedback is appreciated, as this hinders double platform workability tremendously.
Thank you and best wishes,
Björn.
Comment