the google cloud step 1 does not accept my code. it gives error
Go to this URL in a browser:
https://accounts.google.com/o/oauth...om/auth/peopleapi.readonly&response_type=code
Enter your authorization code:
··········
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-5-96637c339ad2> in <module>()
2
3 from google.colab import drive
----> 4 drive.mount('/content/drive')
/usr/local/lib/python3.6/dist-packages/google/colab/drive.py in mount(mountpoint, force_remount, timeout_ms, use_metadata_server)
247 wrote_to_fifo = True
248 elif case == 5:
--> 249 raise ValueError('mount failed: invalid oauth code')
250 if not wrote_to_fifo:
251 with open(fifo, 'w') as fifo_file:
ValueError: mount failed: invalid oauth code