Activities of "maliming"

hi

What result of your application /Abp/ServiceProxyScript endpoint?

hi

In fact, there were similar problems before, The sqlite does not support nested transactions.

This is mainly the limitation of sqlite, which does not support transactions in transactions.

hi

Please override the DownloadAsync method of FileDescriptorAppService.

[AllowAnonymous]
public virtual async Task<IRemoteStreamContent> DownloadAsync(Guid id, string token)
{
    var downloadToken = await DownloadTokenCache.GetAsync(token);
    if (downloadToken == null || downloadToken.FileDescriptorId != id)
    {
        throw new AbpAuthorizationException("Invalid download token: " + token);
    }

    FileDescriptor fileDescriptor;
    using (DataFilter.Disable<IMultiTenant>())
    {
        fileDescriptor = await FileDescriptorRepository.GetAsync(id);
    }
    var stream = await BlobContainer.GetAsync(id.ToString());
    return new RemoteStreamContent(stream, fileDescriptor?.Name);
}

hi

I will share a solution asap.

The authentication demand was rejected because the token had no valid audience.

We will add the above code in the template, you can ignore it.

You can explain your details in Turkish before this

hi @firatm

You can explain the design of your microservice solution in the Turkish language.

Please explain in detail the dependencies of your solution.

@gterdem will reply to you.

hi

Please check the window.testproject object

Showing 7521 to 7530 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.