How Do I Do If I Can't Query Table Data After Being Granted Table Permissions?
If you have already granted authorization to a table and a test query was successful, but you encounter an error when trying to query it again after some time, you should first check if the current table permissions still exist:
- Check if the permissions still exist:
If your permissions have been revoked, it may result in a missing permission error when trying to query the table data.
- Check the table creation time:
Check if the table has been deleted and recreated by others. A table with the same name as a deleted table does not inherit the permissions of the deleted table and is not considered the same table.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot