I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
Apps Scriptリファレンス: Apps Script Reference
|障害・課題追跡: IssueTracker
|Google Workspace: Status Dashboard
- Summary
2019年6月17日月曜日
SoftBankスマホでテザリングしたい
テザリングオプションへの加入
が必要だったので設定した手順を書き残しておきます。
テザリングの加入を申し込む手順
スマホでMy SoftBankを開きます
https://www.softbank.jp/mysoftbank/
「契約・オプション管理」を選択します
「オプション」を開きます
「サービス一覧をみる」を選択します
「た行」を選択して
テザリングオプションの「加入」を選択します
月額500円かかるらしい
ご連絡先を選択して
同意するにチェックして
「申込」を選択します
しばらく待つとこのような通知が来てテザリングできるようになりました
参考
My SoftBankでのお手続き
https://www.softbank.jp/support/faq/view/11590
テザリング設定(スマートフォン)
https://www.softbank.jp/mobile/network/tethering/smartphone/
Latest post
Googleドライブ内の音声ファイルをiframe内で再生したい
iframe の src にGoogleドライブ内の音声ファイルを埋め込む例です (今回試した音声ファイルはmp3) Code.gs function doGet () { return HtmlService . createTemplateFromFile ( ...