Wonder if there is a direct way to use a reader or feature reader to read a zipped up fgdb stored on google drive. One options is to use google drive connector to download the fgdb to the local drive. Thanks!
Hi @bo, I think there is no way to directly read a dataset saved in any cloud storage service such as Google Drive. As you mentioned, download the dataset into local disk with the GoogleDriveConnector and then read it with the FeatureReader.
Hi @bo, I think there is no way to directly read a dataset saved in any cloud storage service such as Google Drive. As you mentioned, download the dataset into local disk with the GoogleDriveConnector and then read it with the FeatureReader.
Hi @bo, I think there is no way to directly read a dataset saved in any cloud storage service such as Google Drive. As you mentioned, download the dataset into local disk with the GoogleDriveConnector and then read it with the FeatureReader.
WARN |GoogleDriveConnector: Download of file "AZ_Centroids.gdb.zip" has failed. Ensure Object ID is associated with a file and not a folder
The message seems to indicate that "AZ_Centroids.gdb.zip" may be a folder. Firstly check if "AZ_Centroids.gdb.zip" is actually a zip file.
Hi @bo, I think there is no way to directly read a dataset saved in any cloud storage service such as Google Drive. As you mentioned, download the dataset into local disk with the GoogleDriveConnector and then read it with the FeatureReader.
Hi @bo, You may not have privilege to write a file into the /home directory. Try downloading the file into a folder under the /Users/<username>.
Hi @bo, You may not have privilege to write a file into the /home directory. Try downloading the file into a folder under the /Users/<username>.