You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Methods SaveAsync(BlobProviderSaveArgs args) and GetOrCreateContainerAsync In DatabaseBlobProvider are not set tenantid, when save blob to database, tenantid has no data
...
blob = new DatabaseBlob(GuidGenerator.Create(), container.Id, args.BlobName, content);
...
...
container = new DatabaseBlobContainer(GuidGenerator.Create(), name);
...
The text was updated successfully, but these errors were encountered:
Methods
SaveAsync(BlobProviderSaveArgs args)
andGetOrCreateContainerAsync
InDatabaseBlobProvider
are not set tenantid, when save blob to database, tenantid has no dataThe text was updated successfully, but these errors were encountered: