Hello, I cannot access the Grey Pages on my `goodd...
# gooddata-platform
m
Hello, I cannot access the Grey Pages on my
gooddata.domain/gdc/md
. Is there a setting to enable somewhere? I would like to clone a workplace : https://help.gooddata.com/doc/growth/en/workspace-and-user-administration/administrating-workspaces-and-workspace-objects/clone-a-workspace/
m
Hi Maxence, after reviewing our records we can see that you are GoodData “Cloud” customer and this documentation relates to our GoodData “Platform” product and this is why you are running into this issue/error. Please note, for cloning a workspace in GoodData Cloud the GreyPages option does not apply, as GreyPages is mot supported in GoodData Cloud. The approach for cloning a workspace in Cloud is as follows: The process involves exporting the layout of the source workspace and then importing it into a new or existing target workspace. Here’s a high-level overview: Export the Workspace Layout: Use the API endpoint to get the layout JSON of your source workspace:
GET $HOST_URL/api/v1/layout/workspaces/{workspace_id}
Import the Layout to the Target Workspace: Use the API to set the layout in the target workspace:
PUT $HOST_URL/api/v1/layout/workspaces/{target_workspace_id}
If successful, you should receive a 204 response. You can review the following documentation for more details: https://www.gooddata.com/docs/cloud/create-workspaces/declarative-interface/#WorkspaceDeclarativeAPIInterface-CloneaWorkspace
Also, moving forward I would like to suggest that you write in the “gooddata-cloud” channel, as you’re a “Cloud” customer with us. And this channel “gooddata-platform” is dedicated to our Platform product. Our apologies for the confusion with both the channel and documentation 🙂
m
Thank you !