I use tableau java SDK version 10.0 and I tried to publish a data source in a sample project that does not belong to this user, I got a SERVER_ERROR PERMISSION_DENIED error
For example, a sample project belongs to sample users (user1, user2), but when I tried to publish the data source as user3, then I got SERVER_ERROR , in this case user3 doesnβt have permission to publish the data source in the sample project so that it returns an error PERMISSION_DENIED , but I got SERVER_ERROR
In this case, PERMISSION_DENIED occurs?
source share