Skip to content
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

ds_meta function stopped working #10

Open
jenicholson opened this issue Jul 12, 2022 · 2 comments
Open

ds_meta function stopped working #10

jenicholson opened this issue Jul 12, 2022 · 2 comments

Comments

@jenicholson
Copy link

jenicholson commented Jul 12, 2022

I frequently use the ds_meta function to get the meta data before pulling the data. This function has stopped working. I can still pull the data with the ds_get or ds_query functions but when I use the ds_meta function as below I always get a list with the elements $status=403, $statusReason="Forbidden", $message="Access is denied", $toe="V9EF32FE3V-20NDM-JTL2I". Can you please help?

library(rdomo) 
#client ID and secret stored in .Renviron file. Do not share. 
domo <- rdomo::Domo() 
pipeline_id1 <- '<insert valid dataset id>' 
data1_info <- domo$ds_meta(pipeline_id1)

rdomo_access_denied

@jeremydmorris
Copy link
Contributor

That is odd, has your user role changed recently? What permissions are allowed on your API info? I think with that information I can ask to see what might have happened.

@jenicholson
Copy link
Author

No, my permissions are for a "Participant+" role. We tried changing my permissions temporarily to full "admin" and the get_meta function worked correctly. I'm not sure what changed with respect to the "Participant+" role but now we know it is a permissions issue. I will work with our System Administrators to figure out a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants