Hi everyone,
I have stored my .dta files in my Google Drive and I was using the following code to directly import the data in Stata.
The link is the download link of the .dta file.
It was working well until yesterday but I don't know what happened with Stata or Google Drive that this is not working anymore and displaying the following error:
It is important because I was using above 100 files to import the microdata. If anyone can suggest an alternate, I shall be very thankful!
Sincerely
Saqib
Nick Cox Carlo Lazzaro @Clyde Schechter
I have stored my .dta files in my Google Drive and I was using the following code to directly import the data in Stata.
HTML Code:
use "https://drive.usercontent.google.com/download?id=1umALdIEDawr5FHrK_CJYjnwun-x9kfth&export=download&authuser=2&confirm=t&uuid=e fa36462-1288-4f50-96a8-4394f6a2ecbc&at=APZUnTUt4uI69v1teqtXQ38FHgjf:17040 85772688", clear
It was working well until yesterday but I don't know what happened with Stata or Google Drive that this is not working anymore and displaying the following error:
HTML Code:
. do "C:\Users\KIDS\AppData\Local\Temp\STD1504_000000.tmp" . use "https://drive.usercontent.google.com/download?id=1umALdIEDawr5FHrK_CJYjnwun-x9kfth&export=download&authuser=2&confirm=t&uuid=efa36462-1288-4f50-96a8-4394f6a2ecbc&at=APZUnTUt4uI69v1teqtXQ38FHgjf:1704085772688", clear file https://drive.usercontent.google.com/download?id=1umALdIEDawr5FHrK_CJYjnwun-x9kfth&export=download&authuser=2&confirm=t&uuid=efa36462-1288-4f50-96a8-4394f6a2ecbc&at=APZUnTUt4uI69v1teqtXQ38FHgjf:1704085772688.dta not Stata format r(610); end of do-file r(610);
It is important because I was using above 100 files to import the microdata. If anyone can suggest an alternate, I shall be very thankful!
Sincerely
Saqib
Nick Cox Carlo Lazzaro @Clyde Schechter
Comment