Paket yayımlarken "Paket paylaşılan akışa yayımlanamıyor" hatası

Merhaba İyi günler UİPATH üzerinden projeyi tamamladım.Derleyip çalıştırdığım zaman herhangi bir sorun yok çalışıyor ama projeyi yayımlamaya çalıştığımda aşağıdaki görseldeki hatayı alıyorum. Bu hatanın sebebi nedir? nasıl çözebilirirm.Acill

image

Günlüklerden almış olduğum hata da aşağıdadır.

08:22:41.6072 => [WARN] [UiPath.Studio] [1] GetCompilableWorkflows: allWfCount = 4, normalizedDistinctWfCount = 3
08:24:48.9364 => [ERROR] [UiPath.Studio] [20] System.InvalidOperationException: borusanfaruta için yayımlanamadı. Paket paylaşılan akışa yayımlanamıyor
—> UiPath.Shared.Orchestrator.Models.OrchestratorHttpException: Paket paylaşılan akışa yayımlanamıyor
at UiPath.Studio.Orchestrator.Common.Extensions.HttpResponseMessageExtensions.EnsureOrchestratorStatusCodeAsync(HttpResponseMessage response)
at UiPath.Studio.Orchestrator.Common.Services.CloudApiClient.InternalRequestAsync[T](Uri uri, HttpMethod method, HttpContent content, Func2 parseResponse, TimeSpan timeout, Dictionary2 headers, CancellationToken ct)
at UiPath.Studio.Orchestrator.Common.Services.CloudApiClient.RequestAsync(Uri uri, HttpMethod method, HttpContent content, TimeSpan timeout, Dictionary`2 headers, CancellationToken ct)
at UiPath.Studio.Orchestrator.Feeds.Services.OrchestratorPackageUploader.UploadToOrchestratorAsync(String packagePath, FeedModel feedModel, Int32 timeoutInSeconds, CancellationToken ct)
at UiPath.Studio.Orchestrator.Feeds.Services.OrchestratorPackageUploader.UploadAsync(String packagePath, FeedModel feedModel, Int32 timeoutInSeconds, CancellationToken ct)
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.PublishThroughServiceAsync(IPushPackageConfig pushConfig, Int32 timeout, CancellationToken cancellationToken)
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.Publish(BuildPackageResult package, IPublishSettings publishSettings, CancellationToken cancellationToken)
— End of inner exception stack trace —
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.Publish(BuildPackageResult package, IPublishSettings publishSettings, CancellationToken cancellationToken)
at UiPath.Studio.ProjectPackager.Publish.Services.PublishService.<>c__DisplayClass42_0.<b__0>d.MoveNext(), HResult -2146233079

@fatihk

it shows that “Cannot publish package to shared” pls check that you have the necessary access to shared folder

also Verify that the UiPath account you’re using has the necessary permissions

@fatihk

Welxome to the community …in the orchetsrator tenant → manage access-> edit user-> give automation publisher role

Cheers