Reputation: 3
I created 16 charts in Looker Studio's free version using a 7MB CSV file (direct upload). Charts display fine in my account, but when I enable public access and share the link, others see a system error. I refreshed the data connection. The issue occurs when opening with different Google accounts. Help needed. [looker-studio]
Upvotes: -1
Views: 481
Reputation: 1
Switching the data source to "Owner Credentials" didn't work for me. I couldn't even change the link settings from "Restricted" to "Unlisted".
The root cause was the adblocker (AdGuard in my case). After disabling it everything worked.
Upvotes: 0
Reputation: 581
In my case, I already had the dataset using Owner Credentials. I think this is required, per https://stackoverflow.com/a/77466386 by @s-k.
In addition I had to go to File > Share, and change the Link Settings from "Restricted" to "Unlisted".
Upvotes: 0
Reputation: 39
Maybe you have set the data credentials to viewer credentials, and viewers do not have access to csv, that's why it gives an error.
Go to your data source and click on edit, you will see data credentials written on top, click on it, if it is set to viewer credentials then replace it with owner credentials. This will solve the problem. Link to know how credentials work.
https://support.google.com/looker-studio/answer/6371135?hl=en#zippy=%2Cin-this-article
Upvotes: 1