I just ran into the same problem.
The google DKIM key text strings are longer than most other DKIM keys (possibly a higher bit) and will not fit into the 255 length limit for each TXT field.
A way around this is to make two TXT records and complete the first with \ or use ( in the first and ) in the second.
Google Cloud Computing DNS Analyzer does not seem to allow trial version \ ) or precedes ( .
There may be some way to avoid this in the Google Cloud DNS tool, but this is not obvious.
Good. I have a solution.
Be sure to only record TXT records and do not add multiple TXT records - this is a key step.
If you click "Add Item" when setting up a TXT record, it actually creates a different TXT record, and both records can resolve in any order, and DKIM will not check.
The trick is to put the broken lines in the first text input and break them into small enough parts that they all get in the correct sequential order.
source share