Hello everyone.
Yesterday I created an API key to use in my Python bot. I also made this bot run every day with Cron Job, but when I looked at the logs today, I saw that the API key has expired. I wonder if the API key needs to be regenerated every day? log output:
[2024-08-29 05:34:42.655247] - ERROR: Error uploading test.sql: AuthError('01cb395d8587418fb208c33f43828d73', AuthError('expired_access_token', None))
[2024-08-29 05:34:42.827377] - ERROR: Error uploading test.csv: AuthError('2029cd6ed2ac4dcf891f6fc3f3582763', AuthError('expired_access_token', None))
As another question; The files I created with my API key are uploaded to a folder with my name in Dropbox. My manager who invited me to the team cannot see these files. Even if I give permission, he only has permission to view, not edit. How can we solve this problem?