Is there any way to read multiple GDBs saved on the company Sharepoint? Does the Sharepoint need to be publicly accessible? I get an error when try to use the URL link and load the GDB,
Also I would like to know a workaround to read individual GDBs, Any Ideas? The GDBs are saved in individual folders so need to iterate thought these, example of the folder structure below:
Example of the individual content folder below:
Best answer by nielsgerrits
How I do this:
SharePointOnlineConnector to list the directory.
SharePointOnlineConnector to download the gdb.
FeatureReader to read the gdb.
I usually use the TempPathnameCreator to write the downloads to a temp file which gets cleaned up automatically, but I’m not sure that works well with .gdb’s as a file geodatabase is essentially a folder with an extension…
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
I usually use the TempPathnameCreator to write the downloads to a temp file which gets cleaned up automatically, but I’m not sure that works well with .gdb’s as a file geodatabase is essentially a folder with an extension…