I have a project to convert voice memos loaded to a specific google drive to a transcript. All works well for a day. I upload file to Google Drive folder “A” and it works. After about 1 day it no longer triggers on a new file upload. If I change the folder location to “B” and upload to B, it works for a day. any ideas?
Hi @mpickston,
It sounds like you’re experiencing an issue with the Google Drive trigger in your Pipedream workflow. Here are a few potential reasons and solutions for why the trigger might stop working after a day:
-
Quota Limits: Google APIs have quota limits that might be affecting your workflow. Check if you’re hitting any quota limits by reviewing your Google Cloud Console.
-
OAuth Token Expiration: If your OAuth token is expiring, it might cause the trigger to stop working. Ensure that your token is being refreshed properly. Pipedream should handle token refresh automatically, but it’s worth checking if there are any issues with your Google account connection.
-
Pipedream Workflow Limits: Pipedream has its own limits on the number of invocations and credits. Ensure that you’re not hitting any of these limits. You can check your usage in the Pipedream dashboard.
-
Google Drive API Changes: Sometimes, changes in the Google Drive API or your Google account settings can affect the trigger. Ensure that your API settings and permissions are correctly configured.
-
Workflow Configuration: Double-check your workflow configuration to ensure that the trigger is set up correctly and pointing to the right folder. Sometimes, minor changes or errors in configuration can cause issues.
If none of these solutions resolve the issue, I recommend reaching out to Pipedream support for further assistance. You can visit Support - Pipedream for more support options.
If you have any more details or specific error messages, feel free to share them, and I can help troubleshoot further.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double-check my answers and code! Learn how to build your own.