GraphQL Internal error BulkOperation

Hello,

I encountered a strange error.

Today morning, everything was working fine and now I always get an “Internal Server Error” message when trying to use the query below in GraphQL.

I did not change anything since the morning. The only thing I did was to create the same API request in another tool (KNIME) and therefore got an access token and had to install my own app.

I got the same error message there and then tried it directly in GraphQL in Shopify and always get the error message since.

I dont know what it could be as the same query worked fine just a few hours ago. Also, other query’s are working fine. Its only this one. I also tried different API versions but it still does not work.

query {
currentBulkOperation {
id
status
errorCode
createdAt
completedAt
objectCount
fileSize
url
partialDataUrl
}
}

Error message:

Sorry but your account looks like spam.

For anyone who is facing the same issue - I found a solution.

I dont know why my old query suddenly did not work anymore, but I had to adjust my first query which was creating the bulk Operation and then the download query also worked.