How to prevent session from running out when translating big files

Daniel Ignjat

I am trying to translate bigger files, but it takes longer than 60 minutes and when the token runs out the translation is stuck. How to prevent this?

I use the GUI of Forge Autodesk to translate Revit files to svf files which are viewable by the Forge Viewer

Augusto Goncalves

The translation process itself should not be affected, meaning as long as you use a valid token when calling POST Job the translation should run with that token.

If during the translation your token expires and you need to check the translation progress via GET Manifest, then you need to refresh the token. Better yet, you should be using Derivative Webhook to be notified when your extraction finishes.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I prevent the ActionBar from going out of the screen when scrolling a big EditText?

From Dev

How to prevent node from running out of memory when bundling js for React Native

From Dev

Prevent eunit from timing out when running Triq tests

From Dev

How to prevent Cassandra 2.0.11 from running out of memory on startup?

From Dev

How to prevent Cassandra 2.0.11 from running out of memory on startup?

From Dev

How to prevent files from being checked out to the default changelist in perforce?

From Dev

How to prevent Vim from translating C-j into C-m when started by the zle widget `edit-command-line`?

From Dev

How to prevent application from running when there is no internet connection

From Dev

How to prevent bash from running when variable is undefined

From Dev

How to prevent git task from showing diff when running with --diff?

From Dev

Prevent deleted files from running in the Startup folder

From Dev

How do I prevent running out of memory when inserting a million rows in mysql with php

From Dev

How to prevent Preview from opening files when it launches

From Java

Mobaxterm: how to prevent ssh session from exiting?

From Dev

Request makes process out of memory, when downloading big media files

From Dev

Git command when translating files in Django

From Dev

How to prevent lost session value in laravel 5.2 when redirect from any controller to another controller?

From Dev

When running bat files, how to show commands but not "rem"ed out lines?

From Dev

Xubuntu: How to prevent applications/programs from showing hidden files when opening or saving files?

From Dev

Clojure: How to prevent a process from running forever?

From Dev

How to prevent onload from running always?

From Dev

How to prevent onload from running always?

From Dev

How to prevent atd from running past jobs?

From Dev

How to prevent timestamp from being reorder out?

From Dev

How to prevent cups from timing out jobs

From Dev

How do I prevent Django from running unit tests on parent class when subclassing TestCase?

From Java

How do I prevent a query from running automatically when the Slate document loads?

From Dev

How do I prevent skype from starting another instance when it's already running?

From Dev

How to prevent windows from going to sleep when my c++ application is running?

Related Related

  1. 1

    How can I prevent the ActionBar from going out of the screen when scrolling a big EditText?

  2. 2

    How to prevent node from running out of memory when bundling js for React Native

  3. 3

    Prevent eunit from timing out when running Triq tests

  4. 4

    How to prevent Cassandra 2.0.11 from running out of memory on startup?

  5. 5

    How to prevent Cassandra 2.0.11 from running out of memory on startup?

  6. 6

    How to prevent files from being checked out to the default changelist in perforce?

  7. 7

    How to prevent Vim from translating C-j into C-m when started by the zle widget `edit-command-line`?

  8. 8

    How to prevent application from running when there is no internet connection

  9. 9

    How to prevent bash from running when variable is undefined

  10. 10

    How to prevent git task from showing diff when running with --diff?

  11. 11

    Prevent deleted files from running in the Startup folder

  12. 12

    How do I prevent running out of memory when inserting a million rows in mysql with php

  13. 13

    How to prevent Preview from opening files when it launches

  14. 14

    Mobaxterm: how to prevent ssh session from exiting?

  15. 15

    Request makes process out of memory, when downloading big media files

  16. 16

    Git command when translating files in Django

  17. 17

    How to prevent lost session value in laravel 5.2 when redirect from any controller to another controller?

  18. 18

    When running bat files, how to show commands but not "rem"ed out lines?

  19. 19

    Xubuntu: How to prevent applications/programs from showing hidden files when opening or saving files?

  20. 20

    Clojure: How to prevent a process from running forever?

  21. 21

    How to prevent onload from running always?

  22. 22

    How to prevent onload from running always?

  23. 23

    How to prevent atd from running past jobs?

  24. 24

    How to prevent timestamp from being reorder out?

  25. 25

    How to prevent cups from timing out jobs

  26. 26

    How do I prevent Django from running unit tests on parent class when subclassing TestCase?

  27. 27

    How do I prevent a query from running automatically when the Slate document loads?

  28. 28

    How do I prevent skype from starting another instance when it's already running?

  29. 29

    How to prevent windows from going to sleep when my c++ application is running?

HotTag

Archive