-
Notifications
You must be signed in to change notification settings - Fork 633
plotly_POST sharing="secret" not working #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does the plot post successfully as a public figure? What do you see if you enter |
Oh, and since you have your own domain, make sure you've set this environment variable: You can check the value with |
Actually, I think I found a bug, pushing a fix shortly. |
Hi Carson, I'll run the verify stuff on Monday. However public worked fine
|
Oh OK :) then thanks for the quick fix!
|
anyway, I installed the commit 6eafd16 In case it helps I also get these message:
Despite the message the plot is created correctly in our enterprise plotly installation. |
Previously I was trying to infer API endpoints from the Sys.setenv("plotly_domain" = "https://plotly.your-company.com")
Sys.setenv("plotly_api_domain" = "https://api-plotly.your-company.com") |
@royr2 could you update https://plot.ly/r/getting-started/ to reflect this new environment variable? ^^^ |
Okay done... |
When I publish a plot (created with ggplot2 and ggplotly) to my company self hosted plotly using
plotly_POST(p, filename="a_plot", sharing="secret")
I then have to go manually to my plotly file, click on the share link, and enable the secret sharing which I think is not what should happen.
I also tried to use "hidden" as the error message doesn't agree with the documentation.
The text was updated successfully, but these errors were encountered: