我正在開發一個應用程序,其中需要訪問多個Google日曆。所有這些日曆都來自不同的用戶。現在我正在使用OAuth2進行同步。但據我瞭解,每個客戶端ID只能生成25個刷新令牌。Google API刷新令牌限制
Note: Save refresh tokens in secure long-term storage and continue to use
them as long as they remain valid. Limits apply to the number of refresh
tokens that are issued per client-user combination, and per user across all clients,
and these limits are different. If your application requests enough refresh tokens
to go over one of the limits, older refresh tokens stop working.
建議,我在我的數據庫中保留刷新標記。但我的問題是,如果我得到更多想要同步日曆的客戶,該怎麼辦?有什麼方法可以忽略這個限制嗎?當然沒有。我現在想的只是創建更多的客戶端ID。有任何建議嗎?
是。你是在哪裏找到那個東西的。我想將它報告給Google,讓人感到困惑。我剛剛通過更好的文檔資源鏈接進行了更新。 – DaImTo 2014-10-01 07:28:17
對不起,我刪除了我以前的評論。無論如何,這裏是我閱讀它的地方https://developers.google.com/accounts/docs/OAuth2。 – user3360031 2014-10-01 07:31:14
Wew。我終於可以繼續這個了。感謝@DalmTo澄清一切。 :) – user3360031 2014-10-01 07:33:06