I’m making a program on GAS. I tried to authenticate an account with the library “OAuth1” and “TwitterWebService”, but I cannot. There is a message “Server error. Wait for a minute”(I read it in Japanese, so there may be some difference from the original).
When will the server error be fixed?
What’s GAS? Also what exact endpoint were you calling and what was the original API error code / message? This will help debug more than the Library error
GAS means Google Apps Script, a programming language made by Google.
The code of library “OAuth1”:github.com/googleworkspace/apps-script-oauth1
Original message is “サーバー エラーが発生しました。しばらくしてからもう一度試してください。(行 527、ファイル「Service」、プロジェクト「OAuth1」)”.
1 Like
Ah ok, this still looks like the library error not the API error, it should be one of these: Response Codes | Docs | Twitter Developer Platform
system
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.