in Education by
I've try to do the following instruction of this document : LINK I used SAS authentication and added this to request header "x-ms-rename-source" but i kept getting this error "403-AuthorizationPermissionMismatch". Doing fine with all others api method but this one seem really tricky. Does anyone have success rename a file or directory with this one ? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Instead of using SAS authentication, i used authorization headers. You can check it here. My request headers : DateTime now = DateTime.UtcNow; requestMessage.Headers.Add("x-ms-date", now.ToString("R", CultureInfo.InvariantCulture)); requestMessage.Headers.Add("x-ms-version", "2018-11-09"); //your source path you want to rename requestMessage.Headers.Add("x-ms-rename-source", renameSourcePath); //rename operation only accept authorize by shared key via header requestMessage.Headers.Authorization = AzureStorageAuthenticationHelper.GetAuthorizationHeader( StorageGen2AccountName, StorageGen2AccountKey, now, requestMessage);

Related questions

0 votes
    I need to upload files to azure blob container every day from local system. I use azcopy with sas ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    How can I delete the associated account with the virtual machines On the preview portal on deleting the storage account ... as well. Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    I have a data frame with two columns - filepath (wasbs file path for blobs), string and want to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 9, 2022 in Education by JackTerrance
0 votes
    So the scenario is the following: I have multiple instances of a web service that writes a blob of data to ... other unknown issues? Select the correct answer from above options...
asked Jan 31, 2022 in Education by JackTerrance
0 votes
    I just want to know whether a blob exists in a particular container or not. Simple question right! I'll download ... it doesn't exist. Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
    I want to update order status to complete using webapi here is my testing code : $data = array ( ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    I am very new to creating and consuming REST web services in C#. I have programmed the data I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
0 votes
    ALL I am confused about the date field returned by microsoft academic rest api: JSON Example: { " ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 17, 2022 in Education by JackTerrance
0 votes
    What do you mean by a BLOB and what are their types in Azure?...
asked Dec 27, 2020 in Technology by JackTerrance
0 votes
    How to rename a file in Linux?...
asked Jan 24, 2021 in Technology by JackTerrance
0 votes
    Which of the following are a worldwide content caching and delivery system for Windows Azure blob content? 1. CDN 2. CND 3. DNC 4. None of the options...
asked Sep 22, 2021 in Technology by JackTerrance
0 votes
    Which of the following are a worldwide content caching and delivery system for Windows Azure blob content? CDN CND DNC None of the options...
asked Aug 28, 2021 in Technology by JackTerrance
0 votes
    I am able to create and run a simple GWT application by creating all the files myself. It works ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 20, 2022 in Education by JackTerrance
0 votes
    I'm trying to configure SSL for Kafka Connect REST API (2.11-2.1.0). The problem I tried two ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 14, 2022 in Education by JackTerrance
0 votes
    I have following Kubernetes REST API request GET https://theserver/api/v1/pods?includeUninitialized=true and included ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
...