<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Updating account linking on Google Smart Home Action (cloud-to-cloud in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/709314#M8551</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We have a google smart home action (cloud-to-cloud) that has been in production for years. We would like to update the account linking (i.e. point to a different OAuth2 server).&amp;nbsp; The process to update &lt;A href="https://developers.home.google.com/cloud-to-cloud/test/update?authuser=0#integration" target="_self"&gt;seems relatively clear&lt;/A&gt;&amp;nbsp;but what is not so clear is what happens to the users on the *current* action once it is updated? Do they continue going to the old endpoints for the refresh token until they relink, or will they immediately start using the new endpoints in their action?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2025 17:47:32 GMT</pubDate>
    <dc:creator>mgmarino</dc:creator>
    <dc:date>2025-04-02T17:47:32Z</dc:date>
    <item>
      <title>Updating account linking on Google Smart Home Action (cloud-to-cloud</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/709314#M8551</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We have a google smart home action (cloud-to-cloud) that has been in production for years. We would like to update the account linking (i.e. point to a different OAuth2 server).&amp;nbsp; The process to update &lt;A href="https://developers.home.google.com/cloud-to-cloud/test/update?authuser=0#integration" target="_self"&gt;seems relatively clear&lt;/A&gt;&amp;nbsp;but what is not so clear is what happens to the users on the *current* action once it is updated? Do they continue going to the old endpoints for the refresh token until they relink, or will they immediately start using the new endpoints in their action?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 17:47:32 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/709314#M8551</guid>
      <dc:creator>mgmarino</dc:creator>
      <dc:date>2025-04-02T17:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Updating account linking on Google Smart Home Action (cloud-to-cloud</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/710386#M8574</link>
      <description>&lt;P&gt;When updating your OAuth2 server for a Google Smart Home Action, existing users will continue using the old endpoints for refresh tokens until they manually relink their accounts. The update doesn't automatically migrate existing users to the new endpoints. Users will need to go through the account linking flow again to switch to your new OAuth2 server.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 17:32:51 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/710386#M8574</guid>
      <dc:creator>Suc_dpe</dc:creator>
      <dc:date>2025-04-08T17:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Updating account linking on Google Smart Home Action (cloud-to-cloud</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/711222#M8589</link>
      <description>&lt;P&gt;the code to&amp;nbsp; turn alarm off&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 01:30:45 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/711222#M8589</guid>
      <dc:creator>bosscathy</dc:creator>
      <dc:date>2025-04-15T01:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Updating account linking on Google Smart Home Action (cloud-to-cloud</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/711234#M8590</link>
      <description>&lt;P&gt;Replying to my own question. Our information from the HA certification is the following:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;It seems you are going to update the account linking setting in this new submission. We will overwrite the original Client ID/Client secret, and this will unlink all existing users. Users have to relink to your integration and relink all devices. Please knowing this possible influence and notify the users before making updates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Our request for clarification on this, i.e. whether or not we can do any sort of migration was simply the following:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; It will force to unlink all existing users. Users have to relink to the integration and relink all devices.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;As such, I do not believe the answer from&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/639386"&gt;@Suc_dpe&lt;/a&gt;&amp;nbsp;&amp;nbsp;is correct.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 06:02:03 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Updating-account-linking-on-Google-Smart-Home-Action-cloud-to-cloud/m-p/711234#M8590</guid>
      <dc:creator>mgmarino</dc:creator>
      <dc:date>2025-04-15T06:02:03Z</dc:date>
    </item>
  </channel>
</rss>

