Could not read from URI: System.Exception: Download failed, status code Forbidden: Forbidden
at ShapeDiverForGrasshopper.ShapeDiverFileInputComponentBase.<>c__DisplayClass46_0.<b__0>d.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ShapeDiver.Common.Threading.AsyncHelperSingleton.RunSync(Func`1 func)
at ShapeDiverForGrasshopper.ShapeDiverFileInputComponentBase.SolveInstance(IGH_DataAccess DA)
Ok that looks good, because this error shows that the download failed due to a HTTP 403 (Forbidden) status code. You should be able to reproduce this by opening the URL in a browser.
The 403 error means that public access to the URL is forbidden, or it also could mean that the object the URL is pointing to does not exist. Are you sure that access to the URL works when your model runs on ShapeDiver?