{% import "layouts/macros.jinja2" as macros %} {% extends "layouts/base-server.jinja2" %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% call macros.header(version) %}{% endcall %}


You're almost set.

You've authorized the addon to connect with Google Drive and created the authorization string shown below. Most of the time you can just click "Send Credentials" below to have them sent back to the addon, but depending on circumstances beyond the addon's control that might just return an error. If that happens, instead just copy the authorization string below and paste it into the addon where you clicked the "Authenticate With Google Drive" button that brought you here.

open_in_newSend Credentials
Authorization String:



Note: This string is like a password that lets the addon talk with Google Drive, so don't share it with anyone.


{% endblock %}