anusham009
anusham009
Are there any updates /solutions for this issue?
from __future__ import print_function, unicode_literals #import bottle import os from threading import Thread, Event import webbrowser from wsgiref.simple_server import WSGIServer, WSGIRequestHandler, make_server from boxsdk import OAuth2 import configparser from configparser...
Hi Patrick, Above is the code snippet we used for token refreshment . could you please review the same and let know for any issues/ improvements here ? Store_New_Logs method...
The requirement is that we need to acces a box folder of very large data (1 million records approx) . So the intent behind storing the access token and refresh...
@sujaygarlanka -- The script was originally written an year back with python2 . But I've now modified it accordingly to python 3 and the execution environment is python3 itself ....
Yes thanks . The issue is resolved now .. On Wed, May 5, 2021 at 3:50 AM Patrick Simon ***@***.***> wrote: > Hi @anusham009 , > > Just trying to...