Running the following query in Developer Console using Tooling API fails.
Error: sObject type 'Account' is not supported.Same query runs fine without the Tooling API. I am the System Admin in a Developer Edition org. Any ideas? Thanks.SELECT Id FROM Account WHERE id = '000000000000000'