{"id":718,"date":"2013-01-25T17:17:28","date_gmt":"2013-01-25T08:17:28","guid":{"rendered":"http:\/\/apollo89.com\/wordpress\/?p=718"},"modified":"2020-06-09T13:44:37","modified_gmt":"2020-06-09T04:44:37","slug":"%ea%b5%ac%ea%b8%80-drive-api-%ec%82%ac%ec%9a%a9%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/apollo89.com\/wordpress\/?p=718","title":{"rendered":"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30"},"content":{"rendered":"<p>\uad6c\uae00 drive api \uc0ac\uc6a9\uae30<\/p>\n<p>python<br \/>\n\uad6c\uae00 drive api \ud648\ud398\uc774\uc9c0 : https:\/\/developers.google.com\/drive\/<br \/>\n\uc8c4\uce21 \uba54\ub274 Quickstart &gt; python : https:\/\/developers.google.com\/drive\/quickstart-python<\/p>\n<p>\ube44\ub514\uc624<br \/>\nhttps:\/\/developers.google.com\/drive\/quickstart-python#optional_view_a_quickstart_video<\/p>\n<p>1\ub2e8\uacc4 : Enable the Drive API<br \/>\n1. Create an API project in the Google APIs Console.<br \/>\n2. Select the Services tab in your API project, and enable the Drive API.<br \/>\n3. Select the API Access tab in your API project, and click Create an OAuth 2.0 client ID.<br \/>\n4. In the Branding Information section, provide a name for your application (e.g. &#8220;Drive Quickstart Sample&#8221;), and click Next. Providing a product logo is optional.<br \/>\n5, In the Client ID Settings section, do the following:<br \/>\na. Select Installed application for the Application type<br \/>\nb. Select Other for the Installed application type.<br \/>\nc. Click Create Client ID.<br \/>\n6. In the API Access page, locate the section Client ID for installed applications and note or copy the two pieces of information you&#8217;ll need later to run the sample: the Client ID and the Client Secret.<\/p>\n<p>\uadf8\ub9bc<\/p>\n<p>2\ub2e8\uacc4 : Install the Google Client Library<br \/>\nTo install the Google API Python Client on a system, you must use either the pip command or easy_install command.<br \/>\neasy_install &#8211;upgrade google-api-python-client<br \/>\npip install &#8211;upgrade google-api-python-client<br \/>\nIf you need to access the Google API Python Client from a Google App Engine project, you can follow the instructions here.<\/p>\n<p>\uadfc\ub370 \uc11c\ubc84\uc5d0 easy_install\uc774 \uc5c6\ub2e4..(pip\ub3c4..)<\/p>\n<p>easy_install \uc124\uce58..(\uadc0\ucc2e\uc544\uc11c yum\uc73c\ub85c)<\/p>\n<p>setuptools \uc124\uce58<\/p>\n<pre class=\"lang:default decode:true \">]# yum install python-setuptools<\/pre>\n<p>easy_install\uc73c\ub85c google-api-python-client \uc124\uce58<\/p>\n<pre class=\"lang:default decode:true \">]# easy_install --upgrade google-api-python-client\nSearching for google-api-python-client\nReading http:\/\/cheeseshop.python.org\/pypi\/google-api-python-client\/\nReading http:\/\/code.google.com\/p\/google-api-python-client\/\nReading http:\/\/cheeseshop.python.org\/pypi\/google-api-python-client\/1.0\nBest match: google-api-python-client 1.0\nDownloading http:\/\/pypi.python.org\/packages\/source\/g\/google-api-python-client\/google-api-python-client-1.0.zip#md5=3db5053e17a531f971a1835819d3427e\nProcessing google-api-python-client-1.0.zip\nRunning google-api-python-client-1.0\/setup.py -q bdist_egg --dist-dir \/tmp\/easy_install-xmYFn9\/google-api-python-client-1.0\/egg-dist-tmp-q7WIyE\nwarning: no files found matching '*.json' under directory 'apiclient'\nzip_safe flag not set; analyzing archive contents...\nAdding google-api-python-client 1.0 to easy-install.pth file\nInstalling enable-app-engine-project script to \/usr\/bin\n\nInstalled \/usr\/lib\/python2.4\/site-packages\/google_api_python_client-1.0-py2.4.egg\nProcessing dependencies for google-api-python-client\nSearching for simplejson\nReading http:\/\/cheeseshop.python.org\/pypi\/simplejson\/\nReading http:\/\/github.com\/simplejson\/simplejson\nReading http:\/\/cheeseshop.python.org\/pypi\/simplejson\/3.0.7\nBest match: simplejson 3.0.7\nDownloading http:\/\/pypi.python.org\/packages\/source\/s\/simplejson\/simplejson-3.0.7.tar.gz\nProcessing simplejson-3.0.7.tar.gz\nRunning simplejson-3.0.7\/setup.py -q bdist_egg --dist-dir \/tmp\/easy_install-M4SdT5\/simplejson-3.0.7\/egg-dist-tmp-O88uzb\nTraceback (most recent call last):\n  File \"\/usr\/bin\/easy_install\", line 7, in ?\n    sys.exit(\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 1670, in main\n    with_ei_usage(lambda:\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 1659, in with_ei_usage\n    return f()\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 1674, in &lt;lambda&gt;\n    distclass=DistributionWithoutHelpCommands, **kw\n  File \"\/usr\/lib64\/python2.4\/distutils\/core.py\", line 149, in setup\n    dist.run_commands()\n  File \"\/usr\/lib64\/python2.4\/distutils\/dist.py\", line 946, in run_commands\n    self.run_command(cmd)\n  File \"\/usr\/lib64\/python2.4\/distutils\/dist.py\", line 966, in run_command\n    cmd_obj.run()\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 211, in run\n    self.easy_install(spec, not self.no_deps)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 446, in easy_install\n    return self.install_item(spec, dist.location, tmpdir, deps)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 473, in install_item\n    self.process_distribution(spec, dist, deps)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 518, in process_distribution\n    distros = WorkingSet([]).resolve(\n  File \"\/usr\/lib\/python2.4\/site-packages\/pkg_resources.py\", line 481, in resolve\n    dist = best[req.key] = env.best_match(req, self, installer)\n  File \"\/usr\/lib\/python2.4\/site-packages\/pkg_resources.py\", line 717, in best_match\n    return self.obtain(req, installer) # try and download\/install\n  File \"\/usr\/lib\/python2.4\/site-packages\/pkg_resources.py\", line 729, in obtain\n    return installer(requirement)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 446, in easy_install\n    return self.install_item(spec, dist.location, tmpdir, deps)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 471, in install_item\n    dists = self.install_eggs(spec, download, tmpdir)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 655, in install_eggs\n    return self.build_and_install(setup_script, setup_base)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 930, in build_and_install\n    self.run_setup(setup_script, setup_base, args)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/command\/easy_install.py\", line 919, in run_setup\n    run_setup(setup_script, args)\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/sandbox.py\", line 26, in run_setup\n    DirectorySandbox(setup_dir).run(\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/sandbox.py\", line 63, in run\n    return func()\n  File \"\/usr\/lib\/python2.4\/site-packages\/setuptools\/sandbox.py\", line 29, in &lt;\/lambda&gt;&lt;lambda&gt;\n    {'__file__':setup_script, '__name__':'__main__'}\n  File \"setup.py\", line 14\n    with open('README.rst', 'r') as f:\n            ^\nSyntaxError: invalid syntax\n]#<\/pre>\n<p>\uc5d0\ub7ec\ub2e4..\u3160\u3160<\/p>\n<p>\uc544\ub798 \ubd80\ubd84\uc73c\ub85c \ubd10\uc120 2.4\ubc84\uc804\ub3c4 \uc9c0\uc6d0\ud558\ub294 \uac83\uac19\uc740\ub370..<\/p>\n<pre class=\"lang:default decode:true \">Installed \/usr\/lib\/python2.4\/site-packages\/google_api_python_client-1.0-py2.4.egg<\/pre>\n<p>\uc65c \uc5d0\ub7ec \uc77c\uae4c..\u3160\u3160<\/p>\n<p>simplejson-3.0.7\/setup.py<br \/>\n\uc774 \ud328\ud0a4\uc9c0\uac00 \ubb38\uc81c\uc778\ub4ef \ud55c\ub370..<\/p>\n<p>\uc880 \ub354 \ucc3e\uc544\ubd10\uc57c \ud560\ub4ef..(5\ubd84\uc774\uba74 \ub41c\ub370\uc11c \ud574\ubd24\ub294\ub370.. \uc9c0\uae08 \uc774\uac70 \ubcfc \uc2dc\uac04\uc774 \uc5c6\uc5b4\uc11c pass~)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 python \uad6c\uae00 drive api \ud648\ud398\uc774\uc9c0 : https:\/\/developers.google.com\/drive\/ \uc8c4\uce21 \uba54\ub274 Quickstart &gt; python : https:\/\/developers.google.com\/drive\/quickstart-python \ube44\ub514\uc624 https:\/\/developers.google.com\/drive\/quickstart-python#optional_view_a_quickstart_video 1\ub2e8\uacc4 : Enable the Drive API 1. Create an API project in the Google APIs Console. 2. Select the Services &hellip; <a href=\"https:\/\/apollo89.com\/wordpress\/?p=718\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[663,670],"tags":[229,729,728,730,41,178,140],"class_list":["post-718","post","type-post","status-publish","format-standard","hentry","category-python-","category-util-tools","tag-api","tag-drive","tag-google","tag-setuptools","tag-41","tag-error","tag-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 - Apollo89.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/apollo89.com\/wordpress\/?p=718\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 - Apollo89.com\" \/>\n<meta property=\"og:description\" content=\"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 python \uad6c\uae00 drive api \ud648\ud398\uc774\uc9c0 : https:\/\/developers.google.com\/drive\/ \uc8c4\uce21 \uba54\ub274 Quickstart &gt; python : https:\/\/developers.google.com\/drive\/quickstart-python \ube44\ub514\uc624 https:\/\/developers.google.com\/drive\/quickstart-python#optional_view_a_quickstart_video 1\ub2e8\uacc4 : Enable the Drive API 1. Create an API project in the Google APIs Console. 2. Select the Services &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apollo89.com\/wordpress\/?p=718\" \/>\n<meta property=\"og:site_name\" content=\"Apollo89.com\" \/>\n<meta property=\"article:published_time\" content=\"2013-01-25T08:17:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-09T04:44:37+00:00\" \/>\n<meta name=\"author\" content=\"apollo89\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"apollo89\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718\"},\"author\":{\"name\":\"apollo89\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"headline\":\"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30\",\"datePublished\":\"2013-01-25T08:17:28+00:00\",\"dateModified\":\"2020-06-09T04:44:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718\"},\"wordCount\":236,\"commentCount\":0,\"keywords\":[\"api\",\"drive\",\"google\",\"setuptools\",\"\uc124\uce58\",\"\uc5d0\ub7ec\",\"\ud30c\uc774\uc36c\"],\"articleSection\":[\"Python\\\/Ruby\\\/Perl\",\"Util\\\/Tools\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718\",\"name\":\"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 - Apollo89.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\"},\"datePublished\":\"2013-01-25T08:17:28+00:00\",\"dateModified\":\"2020-06-09T04:44:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?p=718#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/apollo89.com\\\/wordpress\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/\",\"name\":\"Apollo89.com\",\"description\":\"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/93f56825cac3b2f18e5f107995066c82\",\"name\":\"apollo89\",\"description\":\"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.\",\"url\":\"https:\\\/\\\/apollo89.com\\\/wordpress\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 - Apollo89.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/apollo89.com\/wordpress\/?p=718","og_locale":"ko_KR","og_type":"article","og_title":"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 - Apollo89.com","og_description":"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 python \uad6c\uae00 drive api \ud648\ud398\uc774\uc9c0 : https:\/\/developers.google.com\/drive\/ \uc8c4\uce21 \uba54\ub274 Quickstart &gt; python : https:\/\/developers.google.com\/drive\/quickstart-python \ube44\ub514\uc624 https:\/\/developers.google.com\/drive\/quickstart-python#optional_view_a_quickstart_video 1\ub2e8\uacc4 : Enable the Drive API 1. Create an API project in the Google APIs Console. 2. Select the Services &hellip; Continue reading &rarr;","og_url":"https:\/\/apollo89.com\/wordpress\/?p=718","og_site_name":"Apollo89.com","article_published_time":"2013-01-25T08:17:28+00:00","article_modified_time":"2020-06-09T04:44:37+00:00","author":"apollo89","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"apollo89","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"4\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/apollo89.com\/wordpress\/?p=718#article","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=718"},"author":{"name":"apollo89","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"headline":"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30","datePublished":"2013-01-25T08:17:28+00:00","dateModified":"2020-06-09T04:44:37+00:00","mainEntityOfPage":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=718"},"wordCount":236,"commentCount":0,"keywords":["api","drive","google","setuptools","\uc124\uce58","\uc5d0\ub7ec","\ud30c\uc774\uc36c"],"articleSection":["Python\/Ruby\/Perl","Util\/Tools"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/apollo89.com\/wordpress\/?p=718#respond"]}]},{"@type":"WebPage","@id":"https:\/\/apollo89.com\/wordpress\/?p=718","url":"https:\/\/apollo89.com\/wordpress\/?p=718","name":"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30 - Apollo89.com","isPartOf":{"@id":"https:\/\/apollo89.com\/wordpress\/#website"},"datePublished":"2013-01-25T08:17:28+00:00","dateModified":"2020-06-09T04:44:37+00:00","author":{"@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82"},"breadcrumb":{"@id":"https:\/\/apollo89.com\/wordpress\/?p=718#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apollo89.com\/wordpress\/?p=718"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apollo89.com\/wordpress\/?p=718#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/apollo89.com\/wordpress"},{"@type":"ListItem","position":2,"name":"\uad6c\uae00 drive api \uc0ac\uc6a9\uae30"}]},{"@type":"WebSite","@id":"https:\/\/apollo89.com\/wordpress\/#website","url":"https:\/\/apollo89.com\/wordpress\/","name":"Apollo89.com","description":"\uc544\ud3f4\ub85c\uc528\uc758 \uc7a1\ub2e4\ud55c \uacbd\ud5d8\ub4e4..","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/apollo89.com\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/apollo89.com\/wordpress\/#\/schema\/person\/93f56825cac3b2f18e5f107995066c82","name":"apollo89","description":"\uc544\ud3f4\ub85c89 \uc785\ub2c8\ub2e4.","url":"https:\/\/apollo89.com\/wordpress\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=718"}],"version-history":[{"count":0,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/718\/revisions"}],"wp:attachment":[{"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/apollo89.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}