Skip to main content
Solved

DropboxConnector upload size limit?

  • July 14, 2022
  • 1 reply
  • 16 views

braggken
Supporter
Forum|alt.badge.img+7

Hi folks,

I am getting some obscure errors (Dropbox API I assume) using the DropboxConnector with bigish files >300 mb.

Looking at the error and the Dropbox community I am assuming FME is using the /2/files/upload endpoint which is limited to 300 mb. Can anyone confirm there is an upload size limit with the DropBoxConnector? Workaround?

Best answer by danminneyatsaf

Hi @braggken​ you're correct, the DropboxConnector is capable of uploading files up to 350mb in size as per this documentation here: https://help.dropbox.com/installs-integrations/sync-uploads/upload-limitations#:~:text=If%20you%20are%20over%20your,must%20be%20350GB%20or%20smaller.

 

You may be able to workaround this by using creating your own API calls that use an Upload Session, which as a 350GB file size limit:

https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start

https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append

https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish

 

Hope this helps!

- Dan M

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

danminneyatsaf
Safer
Forum|alt.badge.img+13

Hi @braggken​ you're correct, the DropboxConnector is capable of uploading files up to 350mb in size as per this documentation here: https://help.dropbox.com/installs-integrations/sync-uploads/upload-limitations#:~:text=If%20you%20are%20over%20your,must%20be%20350GB%20or%20smaller.

 

You may be able to workaround this by using creating your own API calls that use an Upload Session, which as a 350GB file size limit:

https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start

https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append

https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish

 

Hope this helps!

- Dan M