Can't copy python notebook to another workspace
I'm attempting to copy a notebook from a workspace that's tied to a retired billing account over to a workspace that has an activated billing account. I've also tried cloning the workspace over to a new workspace with an activated billing account, but the notebooks didn't get copied over.
If a workspace has a number of jupyter notebooks and the billing account tied to that workspace is retired, then are those notebooks lost?
The error message I'm getting is the following:
"The project to be billed is associated with an absent billing account."
{
"error": {
"code": 403,
"message": "The project to be billed is associated with an absent billing account.",
"errors": [
{
"message": "The project to be billed is associated with an absent billing account.",
"domain": "global",
"reason": "accountDisabled",
"locationType": "header",
"location": "Authorization"
}
]
}
}
-
Hi Charles,
Because all notebooks are stored in the Google bucket associated with the workspace, the billing project for the workspace will need to be actively funded in order to access its resources. If you are able, I recommend providing an active billing account to the project for the workspace, or informing the owner that they must do so in order for their resources to remain available.
Please note that Google does not explicitly state how long they keep unfunded resources. Our experience is that they tend to stay around for a little while, but they are technically under no obligation to keep them around if they are not being paid for.
I hope this helps! Please let us know if you have any further questions.
Kind regards,
Jason
-
Copy the python notebook icon to the directory or create a new link to Windows...change D:\Documents\Desktop to any path you want. ...To specify the startup directory, you can use the --notebook-dir option, as shown below:
Please sign in to leave a comment.
Comments
3 comments