When I try to import an excel file from a google drive folder (shared with me) using the following line:
import excel using "https://drive.google.com/drive/folders/0B3qZQokPEPD6ek9Pd1UwbDd5clk/allhlcn901.xls", first
I get the following error message:
server refused to send file
could not open url
If I open my browser and point to the web address (from this computer or my phone) I get to the folder, so I do not think there is any syntax issue. Perhaps this is a problem of how to reference google drive folders and files properly for import. My hope is that a solution is simple for a Stata user who has encountered this type of problem before.
(Note: I did not download all the files to a local drive because many of the 25+ files are more than .5GB, and local space is limited.)
import excel using "https://drive.google.com/drive/folders/0B3qZQokPEPD6ek9Pd1UwbDd5clk/allhlcn901.xls", first
I get the following error message:
server refused to send file
could not open url
If I open my browser and point to the web address (from this computer or my phone) I get to the folder, so I do not think there is any syntax issue. Perhaps this is a problem of how to reference google drive folders and files properly for import. My hope is that a solution is simple for a Stata user who has encountered this type of problem before.
(Note: I did not download all the files to a local drive because many of the 25+ files are more than .5GB, and local space is limited.)
Comment