Data Studio Connector - getting more helpful messages for debuggingInstructions for creating Google Data Studio Connector outdated?How are Data Studio csrf tokens generated? (Refreshing source data)Data Studio Community ConnectorGoogle Data Studio Dataset Access ErrorFirestore Google Data StudioGoogle Data Studio Community Connector - How to share credentials to 3rd party endpoint accross multiple viewers?Data studio not importing productsCommunity Visualization icon not visible in data studio reportConnect google data studio to google cloud sqlCan GDS report viewers enter credentials for underlying data source?
Of strange atmospheres - the survivable but unbreathable
ESTA validity after a visa denial
Why did Jon Snow do this immoral act if he is so honorable?
How to melt snow without fire or body heat?
Are there any German nonsense poems (Jabberwocky)?
Take elements from a list based on two criteria
Function argument returning void or non-void type
Writing style before Elements of Style
What does kpsewhich stand for?
Why does Bran want to find Drogon?
Why do we need to chain the blocks (creating blockchain) in a permissioned blockchain?
How can I tell if I'm being too picky as a referee?
Why did Drogon spare this character?
Is superuser the same as root?
If a (distance) metric on a connected Riemannian manifold locally agrees with the Riemannian metric, is it equal to the induced metric?
Why isn't Tyrion mentioned in the in-universe book "A Song of Ice and Fire"?
Determine this limit
Python program for a simple calculator
Mercedes C180 (W204) dash symbol
What is the meaning of "<&3" and "done < file11 3< file22"
Which European Languages are not Indo-European?
Gravitational effects of a single human body on the motion of planets
Job Market: should one hide their (young) age?
How do I superimpose two math symbols?
Data Studio Connector - getting more helpful messages for debugging
Instructions for creating Google Data Studio Connector outdated?How are Data Studio csrf tokens generated? (Refreshing source data)Data Studio Community ConnectorGoogle Data Studio Dataset Access ErrorFirestore Google Data StudioGoogle Data Studio Community Connector - How to share credentials to 3rd party endpoint accross multiple viewers?Data studio not importing productsCommunity Visualization icon not visible in data studio reportConnect google data studio to google cloud sqlCan GDS report viewers enter credentials for underlying data source?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am building out a google data studio connector, however its not clear where the error is.
Is it possible to get specific error messages from the data studio connector about what the issue is thats not working.
Instead of just a generic..
```
There was an error caused by the community connector. Please report the issue to the provider of this community connector if this issue persists.
Connector details
There was an error caused by this connector.
Error ID: b8104ea6
```
google-data-studio
add a comment |
I am building out a google data studio connector, however its not clear where the error is.
Is it possible to get specific error messages from the data studio connector about what the issue is thats not working.
Instead of just a generic..
```
There was an error caused by the community connector. Please report the issue to the provider of this community connector if this issue persists.
Connector details
There was an error caused by this connector.
Error ID: b8104ea6
```
google-data-studio
add a comment |
I am building out a google data studio connector, however its not clear where the error is.
Is it possible to get specific error messages from the data studio connector about what the issue is thats not working.
Instead of just a generic..
```
There was an error caused by the community connector. Please report the issue to the provider of this community connector if this issue persists.
Connector details
There was an error caused by this connector.
Error ID: b8104ea6
```
google-data-studio
I am building out a google data studio connector, however its not clear where the error is.
Is it possible to get specific error messages from the data studio connector about what the issue is thats not working.
Instead of just a generic..
```
There was an error caused by the community connector. Please report the issue to the provider of this community connector if this issue persists.
Connector details
There was an error caused by this connector.
Error ID: b8104ea6
```
google-data-studio
google-data-studio
asked Mar 24 at 0:57
Mobile BlokeMobile Bloke
3,47763147
3,47763147
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The error handling and messages guide provides details on how to show errors to users for your connector. Among several other things, you should ensure isAdminUser()
returns true
for the developer(yourself).
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319806%2fdata-studio-connector-getting-more-helpful-messages-for-debugging%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The error handling and messages guide provides details on how to show errors to users for your connector. Among several other things, you should ensure isAdminUser()
returns true
for the developer(yourself).
add a comment |
The error handling and messages guide provides details on how to show errors to users for your connector. Among several other things, you should ensure isAdminUser()
returns true
for the developer(yourself).
add a comment |
The error handling and messages guide provides details on how to show errors to users for your connector. Among several other things, you should ensure isAdminUser()
returns true
for the developer(yourself).
The error handling and messages guide provides details on how to show errors to users for your connector. Among several other things, you should ensure isAdminUser()
returns true
for the developer(yourself).
answered Mar 28 at 22:19
Minhaz KaziMinhaz Kazi
768412
768412
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319806%2fdata-studio-connector-getting-more-helpful-messages-for-debugging%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown