Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、この特定の行の3つのパラメーターが何であるかわからない開発者ガイドを参照して、Googleサイトを作成するために使用される1つのアプリケーションを開発しました
SitesService client = new SitesService("yourCo-yourAppName-v1")。
SitesService client = new SitesService("yourCo-yourAppName-v1")
これが私の問題です。助けて
この例にはパラメーターが 1 つだけあり、それはアプリケーション名です。
あなたの例にあるのは、会社名(yourCo)、アプリケーションの名前(yourAppName)、およびアプリケーションのバージョン(v1)から構成されるアプリケーション名の例です。
これは役に立ちますか?