Hi,
I have to upload a file from my local to the share drive using storage bucket.
Im able to get the response by using storage bucket api i.e. GetWriteUri facing issue in put api. Can some one tell me what parameter i have to pass in Https request and where the local file path will be coming.
Would suggest first try in postman and then use the same here in http activity or you can copy curl and import as well
how you would pass the files depend on how the request is to be created and you can check in the target site
cheers
If you are uploading this file as part of a regular automation robot, you can of course also use the native activities to upload the file.
im trying in postman only but not sure where should i put the file location. Im putting it under body but the thing content of the file is getting changed
you need to check the api page of the target application…ther you would have the info on how to construct
cheers