ContributionsMost RecentMost LikesSolutionsRe: SignatureDoesnotMatch error when uploading file to google bucket Hi richie , Something is better than nothing, when you learn anything new. Your suggestion helped, and now I am able to hit the signed URL will 200 success response code. I made a change in my setting as per your suggestion that enables - URL contains encoded endpoints, do not try to encode. and it worked fine for me. But on the same point when I am trying to upload PDF file, it is not getting uploaded. I tried multiple ways, but not able to so. Any suggestion on this can also help me to achieve my desired result. I have uploaded the image file. Kindly have a look. Thanks and Regards, Nishant Prakash Re: SignatureDoesnotMatch error when uploading file to google bucket Hi richie , Thanks a Lot for the reply. The URI is correct. Its a signedURL which is getting generated in response of previous API. This signed URL I am using to upload file to my bucket. ==> I have a look at the screenshot you embedded and it appears that you have lots of x-goog-% query parms. Should these query parms actually be header parms on the request rather than query parms? - Those x-goog-% will be in the query params only. I have tried adding the Content-type as application/pdf also, but the error message is same. Attaching the screenshot of the same. Seems the URL is getting encoded after sending the request. Second Approach: I am trying to achieve the same using the groovy Script. Where I am stuck how to attach PDF file in the PUT request using groovy. I am attaching my script code. Kindly have a look and let me know how I can attach any PDF file in the request body. Help would be appreciated. Thanks and Regards, N_P Re: Pass Path variable in Params Hi nmrao , Thanks for the reply. The Problem is solved now. Thanks and Regards, N_P SignatureDoesnotMatch error when uploading file to google bucket Hi Team, I am trying to upload pdf file to google bucket but getting error as below Endpoint: https://storage.googleapis.com/pnsm-evq/Documents/{ID}/2022-11-17T14%3A14%3A20Z_README.pdf?X-Goog-Algorithm=xxxxx&X-Goog-Credential=xxxxxxxxxxxxxxxxxxxxxxxxx&X-Goog-Date=20221117T141420Z&X-Goog-Expires=29&X-Goog-Signature=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&X-Goog-SignedHeaders=content-type%3Bhost Code: SignatureDoesNotMatch Message: The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method. StringToSign: GOOG4-RSA-SHA256 20221117T141420Z 20221117/auto/storage/goog4_request 31acd2cb4f0901569693fd5a1d894932b20535f4065f67b7a9f21369a0059ae7 CononicalRequest: XXXXXXXXXXXXXXXXXXXXXXXXXXXXx Any request would be highly appreciated. Thanks and Regards, Nishant Prakash SolvedPass Path variable in Params Hi Team, I am trying to Automate my API. And I am stuck at one place. I have to pass value in Path variable in Params, but not able to do so. Kindly let me know how can I achieve the same. I have attached the screenshot on my Postman API. Under Path vairable, there are 2 values:- 1. projectId 2.fileName. I want to pass the same in my ready API. Updated: Issue is resolved. Thanks and Regards, Nishant Prakash Consumer Driver Contract testing using Ready API pro Hi All, I want to do consumer driver contract testing using ready API pro. Is it possible to achieve contract testing using Ready API. If yes, kindly let me know how can I achieve that. Josephjob Joseph Joyce @josephjoyce richie Test Suite's Test Cases are generating twice in Reports folder when executing with Test Runner Hi, I am using command line argument to generate report in one folder. But after executing the Test cases in my Test suites are displaying twice in the folder. How can I resolve it so that the report should get generate only once in the reports folder. Thanks NP How to generate report after test Suite execution with every test step details (Passed / Failed) Hi, I am fairly new to readyAPI and using Ready API pro version, I executing my script in Azure Devops for my automation project. I am using multiple API definations in one test case for Verification and Validation. And I want to generate report for the API definitions (passed or failed) and want to get the report through mail. And I am stuck in there and not able to generate report for API definitions which I am using as Test step. Kindly help me how can I generate report for API definations. Any help would be appreciated. Regards, NP java.net.ConnectException: Connection timed out: connect ERROR: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: xxxxx.xxx.xxx, 25; timeout -1; nested exception is: java.net.ConnectException: Connection timed out: connect Facing above exception while sending mail through adding Send Mail step for test case. Mail is not getting triggered after test step pass of fail. Kindly help to resolve this issue.