{"id":4581,"date":"2024-12-12T14:27:55","date_gmt":"2024-12-12T14:27:55","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/?p=4581"},"modified":"2026-01-16T15:40:34","modified_gmt":"2026-01-16T15:40:34","slug":"controlling-the-shared-folder-in-ibm-planning-analytics","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/","title":{"rendered":"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics?"},"content":{"rendered":"<p><strong>Controlling the Shared Folder<\/strong><\/p>\n<p>In the past, it was possible to have control over who can access certain subfolders within the <a href=\"https:\/\/www.ibm.com\/docs\/en\/planning-analytics\/2.0.0?topic=overview-planning-analytics-shared-folder\">Planning Analytics shared folder<\/a> and what their permissions would be. Going forward, with the implementation of <a href=\"https:\/\/www.ibm.com\/docs\/en\/planning-analytics\/2.0.0?topic=wnim2-use-new-drive-explorer-access-s-drive-cloud-only\">Drive Explorer<\/a> (in Planning Analytics Workspace modeling workbench) subfolder control doesn\u2019t work the same way. That is, \u00a0adding folder permissions are <u>not<\/u> <u>supported<\/u> for <strong>Drive Explorer<\/strong> users.<\/p>\n<p>If you <em>do<\/em> need to control folder permissions, one option is setting specific control for individual user ids using an IBM Planning Analytics SFTP Fileshare (turning OFF Drive Explorer for specific users and granting them access through an SFTP id), this way, the subfolder(s) security applied can be adhered to.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4588 alignright\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs-300x241.jpg\" alt=\"\" width=\"232\" height=\"186\" srcset=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs-300x241.jpg 300w, https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs.jpg 427w\" sizes=\"auto, (max-width: 232px) 100vw, 232px\" \/><\/p>\n<p><strong>A Bit about using the SFTP Fileshare<\/strong><\/p>\n<p>An IBM Planning Analytics SFTP Fileshare is\u00a0a secure, shared folder within the Planning Analytics system that allows users to transfer data files to and from their local computers using the Secure File Transfer Protocol (SFTP) protocol.<\/p>\n<p>To set up FTPS to access an IBM Planning Analytics Cloud shared folder, you need to\u00a0configure an <strong>FTP client<\/strong> (<a href=\"https:\/\/filezilla-project.org\/\">FileZilla<\/a> is an excellent example and my favorite) then, use the provided path within the shared folder to navigate and transfer files between your local machine and the IBM Planning Analytics cloud shared folder.<\/p>\n<p>You\u2019ll find the required FTP client configuration information &#8211; including the host address, username, and password for the shared folder access &#8211; within your <a href=\"https:\/\/www.ibm.com\/docs\/sv\/planning-analytics\/2.0.0?topic=information-welcome-kit\">IBM Planning Analytics Cloud Welcome Kit<\/a>. Some important points to remember:<\/p>\n<ul>\n<li>Make sure your FTP client is set to use <em>passive mode<\/em> (a connection method where the client initiates the connection to the server&#8217;s data port, instead of the server actively connecting to the client&#8217;s data port for the connection).<\/li>\n<li>The default FTPS port is 21, but since your specific Planning Analytics setup may vary, you should <em>verify<\/em> that port 21 is correct.<\/li>\n<li>Once connected, you can upload, download, and manage files within the IBM Planning Analytics shared folder.<\/li>\n<\/ul>\n<p><strong>ACL on SFTP<\/strong><\/p>\n<p>Access Control Lists &#8211; or ACLs &#8211; are a <strong>filesystem feature<\/strong> that is used to grant read, write, and\/or execute permissions to specific user ids for specific folders. However, as stated, Planning Analytics shared folders <em>access <\/em>will not apply to Drive Explorer users, but you <em>can<\/em> submit a request that certain user permissions be applied to specific sub-folders in your IBM Planning Analytics shared folder for specific <em>FTPS users<\/em>.<\/p>\n<p>To accomplish this, you can create a text file named\u00a0<strong><em>shared_folder_acls.txt<\/em><\/strong> containing five columns separated by tabs. Each row represents a separate Access Control List (ACL). The column entries in the table represent the following properties:<\/p>\n<ul>\n<li>The first column entry is the\u00a0<strong>Path<\/strong>\u00a0and uses forward slashes (\/). A single forward slash (\/) indicates the root of the shared folder.<\/li>\n<li>The second column entry is the\u00a0<strong>User<\/strong>name. It must start with &#8220;fs_&#8221;, followed by the environment name, followed by a final part that you can define. The entry is limited to 20 characters. (<strong>Tip:<\/strong>\u00a0You should create a user with full permissions, such as &#8220;fs_rp2team4_admin&#8221; in the example).<\/li>\n<li>The third column entry is the\u00a0<strong>Permissions<\/strong>\u00a0&#8211; r (<strong>read<\/strong>), w (<strong>write<\/strong>) and <strong>delete<\/strong> (d). If no permission is specified, then <strong>rwd<\/strong> is assumed.<\/li>\n<li>The fourth column entry indicates whether the ACL should be\u00a0<strong>Inherited<\/strong>\u00a0(that is, child folders will inherit this ACL). The default is true. The options are &#8220;true&#8221; and &#8220;false&#8221;.<\/li>\n<li>The fifth column entry indicates the\u00a0<strong>Type<\/strong>\u00a0of permission, &#8220;allow&#8221; or &#8220;deny&#8221;. The default is &#8220;allow&#8221;.<\/li>\n<\/ul>\n<p>Note that if the\u00a0<strong>shared_folder_acls.txt<\/strong>\u00a0file contains multiple entries for a single user, the last entry for any given folder takes precedence. Also, if you want to specify varying levels of permission to multiple folders for an individual user\u00a0and\u00a0want to use the true\u00a0<strong>Inherited<\/strong>\u00a0property, you should specify the ACLs in order of most general\u00a0<strong>Path<\/strong>\u00a0to most specific.<\/p>\n<p>Bottom line: if you want folder permissions, then you must apply ACL via the SFTP Fileshare; basically, you must <strong>TURN OFF<\/strong> Drive Explorer for your users and only give them access through SFTP.<\/p>\n<p><strong>Another Option<\/strong><\/p>\n<p>Practically speaking, the above approach may \u201cbreak down\u201d for larger numbers of users and\/or subfolders; since its frankly impractical to maintain a large \u201cSFTP id to subfolder\u201d matrix. Therefore, consider if the \u201c<a href=\"https:\/\/www.ibm.com\/docs\/en\/planning-analytics\/2.0.0?topic=2wnj22-upload-files-planning-analytics-database-action-button\"><strong>Allow file upload<\/strong><\/a><strong>\u201d <\/strong>Action Button property can meet your needs. This feature lets you upload a file to a Planning Analytics database and run a process to use that file \u2013 without actually having access to the \u00a0Planning Analytics Cloud shared folder, eliminating the need for specific folder and subfolder access controls.<\/p>\n<p>With this feature, (reviewed in an <a href=\"https:\/\/quebit.com\/askquebit\/how-to-import-a-file-for-an-ibm-planning-analytics-workspace-paw-ti-process\/\">earlier post<\/a>) you can perform drag and drop file uploads by dragging a file a from local folder using the Planning Analytics Workspace (PAW) interface, allowing you to import data without needing any additional applications or access to any cloud storage.<\/p>\n<p>If you would like more information on the above or have specific questions about the use of Drive Explorer, implementing ACL folder security or the \u201cAllow file Upload\u201d feature, you can always contact the QueBIT team.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Controlling the Shared Folder In the past, it was possible to have control over who can access certain subfolders within the Planning Analytics shared folder and what their permissions would be. Going forward, with the implementation of Drive Explorer (in Planning Analytics Workspace modeling workbench) subfolder control doesn\u2019t work the same way. That is, \u00a0adding&hellip;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[108,55],"class_list":["post-4581","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-ibm-planning-analytics","tag-planning-analytics-tech-tips"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics? - QueBIT<\/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:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"Controlling the Shared Folder In the past, it was possible to have control over who can access certain subfolders within the Planning Analytics shared folder and what their permissions would be. Going forward, with the implementation of Drive Explorer (in Planning Analytics Workspace modeling workbench) subfolder control doesn\u2019t work the same way. That is, \u00a0adding&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-12T14:27:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T15:40:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"427\" \/>\n\t<meta property=\"og:image:height\" content=\"343\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jennifer Field\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jennifer Field\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/\"},\"author\":{\"name\":\"Jennifer Field\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/082a9c4156466b9cdad2632e3de62601\"},\"headline\":\"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics?\",\"datePublished\":\"2024-12-12T14:27:55+00:00\",\"dateModified\":\"2026-01-16T15:40:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/\"},\"wordCount\":862,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/imagefoldrs-300x241.jpg\",\"keywords\":[\"IBM Planning Analytics\",\"Planning Analytics Tech Tips\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/\",\"name\":\"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/imagefoldrs-300x241.jpg\",\"datePublished\":\"2024-12-12T14:27:55+00:00\",\"dateModified\":\"2026-01-16T15:40:34+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/082a9c4156466b9cdad2632e3de62601\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/imagefoldrs.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/imagefoldrs.jpg\",\"width\":427,\"height\":343},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/controlling-the-shared-folder-in-ibm-planning-analytics\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/082a9c4156466b9cdad2632e3de62601\",\"name\":\"Jennifer Field\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g\",\"caption\":\"Jennifer Field\"},\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/quebit\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics? - QueBIT","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:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics? - QueBIT","og_description":"Controlling the Shared Folder In the past, it was possible to have control over who can access certain subfolders within the Planning Analytics shared folder and what their permissions would be. Going forward, with the implementation of Drive Explorer (in Planning Analytics Workspace modeling workbench) subfolder control doesn\u2019t work the same way. That is, \u00a0adding&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/","og_site_name":"QueBIT","article_published_time":"2024-12-12T14:27:55+00:00","article_modified_time":"2026-01-16T15:40:34+00:00","og_image":[{"width":427,"height":343,"url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs.jpg","type":"image\/jpeg"}],"author":"Jennifer Field","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jennifer Field","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/"},"author":{"name":"Jennifer Field","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/082a9c4156466b9cdad2632e3de62601"},"headline":"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics?","datePublished":"2024-12-12T14:27:55+00:00","dateModified":"2026-01-16T15:40:34+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/"},"wordCount":862,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs-300x241.jpg","keywords":["IBM Planning Analytics","Planning Analytics Tech Tips"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/","url":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/","name":"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs-300x241.jpg","datePublished":"2024-12-12T14:27:55+00:00","dateModified":"2026-01-16T15:40:34+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/082a9c4156466b9cdad2632e3de62601"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2024\/12\/imagefoldrs.jpg","width":427,"height":343},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/controlling-the-shared-folder-in-ibm-planning-analytics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Do I Manage and Control Access to the Shared Folder in IBM Planning Analytics?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/082a9c4156466b9cdad2632e3de62601","name":"Jennifer Field","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g","caption":"Jennifer Field"},"url":"https:\/\/quebit.com\/askquebit\/author\/quebit\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/4581","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=4581"}],"version-history":[{"count":4,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/4581\/revisions"}],"predecessor-version":[{"id":4966,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/4581\/revisions\/4966"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=4581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=4581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=4581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}