I'm using the Lightroom API to upload images following the tutorial, but
noticed when I request the offline_access scope from ims/authorize/v2,
in addition to the lr_partner_apis, I get a I get a callback that says
invalid_scope.Does the lightroom partner api not offer offline_access?
I'm hoping to use it so that my app can leverage the refresh tokens and
avoid having the user re-login every 24 hours.