{"id":7196,"date":"2021-03-18T19:31:50","date_gmt":"2021-03-18T19:31:50","guid":{"rendered":"https:\/\/prwatech.in\/blog\/?p=7196"},"modified":"2024-03-19T13:08:43","modified_gmt":"2024-03-19T13:08:43","slug":"adding-and-removing-files-in-bucket-using-cloud-sdk","status":"publish","type":"post","link":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/","title":{"rendered":"Adding and removing files in bucket using cloud SDK."},"content":{"rendered":"\r\n<h3><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;gsutil commands for Cloud Storage objects&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\">gsutil commands for Cloud Storage objects<\/span><\/h3>\r\n<p>&nbsp;<\/p>\r\n<p>Google Cloud Storage provides a powerful and scalable object storage solution for storing and managing various types of data in the cloud. One of the primary tools for interacting with Cloud Storage objects is the Google Cloud SDK&#8217;s <code>gsutil<\/code> command-line tool. This introduction provides an overview of common <code>gsutil<\/code> commands used for managing Cloud Storage objects.<\/p>\r\n<p>With <code>gsutil<\/code>, users can perform a wide range of operations on Cloud Storage objects, including uploading and downloading files, copying objects between buckets, setting access control permissions, and managing object metadata.<\/p>\r\n<p>For uploading files to Cloud Storage, the <code>gsutil cp<\/code> command is used, allowing users to copy files from local storage to Cloud Storage buckets or between Cloud Storage buckets. Similarly, the <code>gsutil rsync<\/code> command enables efficient synchronization of local directories with Cloud Storage buckets.<\/p>\r\n<p>When it comes to managing object metadata and permissions, <code>gsutil<\/code> provides commands such as <code>acl<\/code>, <code>label<\/code>, and <code>metadata<\/code> for setting access control lists (ACLs), adding custom metadata, and modifying object attributes.<\/p>\r\n<h3><strong>Prerequisites<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>Hardware : GCP<\/p>\r\n\r\n\r\n\r\n<p>Google Account<\/p>\r\n\r\n\r\n\r\n<p>We can add and remove files in <a href=\"https:\/\/www.prwatech.com\/course\/gcptraining\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https:\/\/www.prwatech.com\/course\/gcptraining\">GCP<\/a> bucket using <a href=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-sdk-installation-windows\/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-sdk-installation-windows\/\">cloud SDK<\/a>. It is much suitable when we are using the cloud console in our local machine.<\/p>\r\n\r\n\r\n\r\n<p>Open cloud SDK<\/p>\r\n\r\n\r\n\r\n<p><strong>To copy file from local machine to bucket<\/strong><\/p>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gsutil cp &lt;file-path&gt; \/&lt;filename-with-extension&gt; gs:\/\/&lt;bucket-name&gt;<\/p>\r\n\r\n\r\n\r\n<p>Using cloud SDK<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7197\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-1024x139.jpg\" alt=\"\" width=\"908\" height=\"122\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-1024x139.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-300x41.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-768x104.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2.jpg 1037w\" sizes=\"auto, (max-width: 908px) 100vw, 908px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p><strong>To copy file from bucket to local machine<\/strong><\/p>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gsutil cp gs:\/\/&lt;bucket-name&gt;\/&lt;file-name&gt; &lt;destination-path&gt;\/&lt;filename-with-extension&gt;<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7200\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21-4-1024x155.jpg\" alt=\"\" width=\"929\" height=\"140\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21-4-1024x155.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21-4-300x45.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21-4-768x116.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21-4.jpg 1036w\" sizes=\"auto, (max-width: 929px) 100vw, 929px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Using cloud Shell<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"59\" class=\"wp-image-7204\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21r-2-1024x59.jpg\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21r-2-1024x59.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21r-2-300x17.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21r-2-768x44.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21r-2-1200x69.jpg 1200w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/21r-2.jpg 1335w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p><strong>To copy file from one bucket to another bucket<\/strong><\/p>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gsutil cp gs:\/\/&lt;bucket-1-name&gt;\/&lt;file-name-with-extension&gt; gs:\/\/&lt;bucket-2-name-&gt;\/&lt;filename with extension&gt;<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7205\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22-3.jpg\" alt=\"\" width=\"911\" height=\"99\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22-3.jpg 860w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22-3-300x33.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22-3-768x84.jpg 768w\" sizes=\"auto, (max-width: 911px) 100vw, 911px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Using cloud shell<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7206\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22r-1-1024x80.jpg\" alt=\"\" width=\"946\" height=\"74\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22r-1-1024x80.jpg 1024w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22r-1-300x23.jpg 300w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22r-1-768x60.jpg 768w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/22r-1.jpg 1042w\" sizes=\"auto, (max-width: 946px) 100vw, 946px\" \/><\/figure>\r\n<\/div>\r\n<p><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;gsutil commands for Cloud Storage objects&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\">gsutil commands for Cloud Storage objects<\/span><\/p>\r\n<p>&nbsp;<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>gsutil commands for Cloud Storage objects &nbsp; Google Cloud Storage provides a powerful and scalable object storage solution for storing and managing various types of data in the cloud. One of the primary tools for interacting with Cloud Storage objects is the Google Cloud SDK&#8217;s gsutil command-line tool. This introduction provides an overview of common [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1630,1],"tags":[657,616,605,699,700,705,683,684,611,690,658],"class_list":["post-7196","post","type-post","status-publish","format-standard","hentry","category-cloud-storage","category-google-cloud-platform","tag-adding-files","tag-cloud-sdk","tag-gcp","tag-gcp-certification","tag-gcp-cloud-console","tag-gcp-storage","tag-google-cloud-certification","tag-google-cloud-console","tag-google-cloud-platform","tag-google-cloud-services","tag-removing-files"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>gsutil commands for Cloud Storage objects - Prwatech<\/title>\n<meta name=\"description\" content=\"Master gsutil commands for Cloud Storage objects with Prwatech - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"gsutil commands for Cloud Storage objects - Prwatech\" \/>\n<meta property=\"og:description\" content=\"Master gsutil commands for Cloud Storage objects with Prwatech - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/\" \/>\n<meta property=\"og:site_name\" content=\"Prwatech\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prwatech.in\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-18T19:31:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-19T13:08:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-1024x139.jpg\" \/>\n<meta name=\"author\" content=\"Prwatech\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:site\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prwatech\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/\",\"url\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/\",\"name\":\"gsutil commands for Cloud Storage objects - Prwatech\",\"isPartOf\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-1024x139.jpg\",\"datePublished\":\"2021-03-18T19:31:50+00:00\",\"dateModified\":\"2024-03-19T13:08:43+00:00\",\"author\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\"},\"description\":\"Master gsutil commands for Cloud Storage objects with Prwatech - Dive deep with our expert instructors and comprehensive curriculum.\",\"breadcrumb\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#primaryimage\",\"url\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2.jpg\",\"contentUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2.jpg\",\"width\":1037,\"height\":141},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/prwatech.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding and removing files in bucket using cloud SDK.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/prwatech.in\/blog\/#website\",\"url\":\"https:\/\/prwatech.in\/blog\/\",\"name\":\"Prwatech\",\"description\":\"Share Ideas, Start Something Good.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/prwatech.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\",\"name\":\"Prwatech\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"caption\":\"Prwatech\"},\"url\":\"https:\/\/prwatech.in\/blog\/author\/prwatech123\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"gsutil commands for Cloud Storage objects - Prwatech","description":"Master gsutil commands for Cloud Storage objects with Prwatech - Dive deep with our expert instructors and comprehensive curriculum.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"gsutil commands for Cloud Storage objects - Prwatech","og_description":"Master gsutil commands for Cloud Storage objects with Prwatech - Dive deep with our expert instructors and comprehensive curriculum.","og_url":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/","og_site_name":"Prwatech","article_publisher":"https:\/\/www.facebook.com\/prwatech.in\/","article_published_time":"2021-03-18T19:31:50+00:00","article_modified_time":"2024-03-19T13:08:43+00:00","og_image":[{"url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-1024x139.jpg","type":"","width":"","height":""}],"author":"Prwatech","twitter_card":"summary_large_image","twitter_creator":"@Eduprwatech","twitter_site":"@Eduprwatech","twitter_misc":{"Written by":"Prwatech","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/","url":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/","name":"gsutil commands for Cloud Storage objects - Prwatech","isPartOf":{"@id":"https:\/\/prwatech.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#primaryimage"},"image":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#primaryimage"},"thumbnailUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2-1024x139.jpg","datePublished":"2021-03-18T19:31:50+00:00","dateModified":"2024-03-19T13:08:43+00:00","author":{"@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3"},"description":"Master gsutil commands for Cloud Storage objects with Prwatech - Dive deep with our expert instructors and comprehensive curriculum.","breadcrumb":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#primaryimage","url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2.jpg","contentUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/03\/20-2.jpg","width":1037,"height":141},{"@type":"BreadcrumbList","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/cloud-storage\/adding-and-removing-files-in-bucket-using-cloud-sdk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prwatech.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Adding and removing files in bucket using cloud SDK."}]},{"@type":"WebSite","@id":"https:\/\/prwatech.in\/blog\/#website","url":"https:\/\/prwatech.in\/blog\/","name":"Prwatech","description":"Share Ideas, Start Something Good.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prwatech.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3","name":"Prwatech","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","caption":"Prwatech"},"url":"https:\/\/prwatech.in\/blog\/author\/prwatech123\/"}]}},"_links":{"self":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/7196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/comments?post=7196"}],"version-history":[{"count":9,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/7196\/revisions"}],"predecessor-version":[{"id":10980,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/7196\/revisions\/10980"}],"wp:attachment":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/media?parent=7196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/categories?post=7196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/tags?post=7196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}